summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAge
* bin/Xsession: drop brightness_monitorAnton Khirnov2023-02-12
| | | | | | | It does not work as it needs a notification daemon to be running when the script is started, which is not true at that point in xsession. This will be handled in the window manager instead.
* bin/ssh_sk_add: fix showing ssh-add outputAnton Khirnov2022-10-11
|
* Move linediff to bin/ and install it.Anton Khirnov2022-09-22
|
* bin/ups: urlquote the request targetAnton Khirnov2022-09-15
|
* bin/up: switch to the new fshare-based up serviceAnton Khirnov2022-09-15
| | | | Use the same script for up and ups.
* ups: switch from curl to urllibAnton Khirnov2022-09-15
| | | | Avoid curl dependency, fixes files with spaces in their name.
* bin/udev_match: make sure to terminate the child on exitAnton Khirnov2022-07-08
|
* Add more verbosity to FIDO key loading/cleaningAnton Khirnov2022-07-04
|
* bin/zathura_wrapper: flush the temporary file after writingAnton Khirnov2022-02-20
|
* gitconfig: use diff-highlight from git-contrib for diffsAnton Khirnov2021-12-30
|
* bin: add a random wallpaper scriptAnton Khirnov2021-12-27
|
* bin/zathura_wrapper: add newline to stderr outputAnton Khirnov2021-12-07
|
* bin/colortable.sh: replace by a rewritten python versionAnton Khirnov2021-11-28
| | | | | It is more flexible, allowing to display how all foregrounds look on a given background (and vice versa).
* desktop: add a wrapper for zathura handling HTTP(s) URLsAnton Khirnov2021-11-22
| | | | | Zathura can do it by itself, but that requires gvfs, which is a giant gnome monster I do not want to install for such a simple thing.
* ups: allow setting arbitrary remote filenameAnton Khirnov2021-11-18
|
* desktop: add a script for toggling the brightness on individual outputsAnton Khirnov2021-11-14
| | | | | Allows to software-disable a single output, useful e.g. when watching movies.
* Xsession: show notifications on screen brightness changesAnton Khirnov2021-11-04
|
* bin: add udev_matchAnton Khirnov2021-06-23
| | | | Installed in the desktop profile.
* bin: add ssh_sk_cleanAnton Khirnov2021-06-23
| | | | Installed in the desktop profile.
* bin/ups: use 'stdin' as the name when reading from stdin, rather than '-'Anton Khirnov2021-06-03
|
* ups: rewrite in PythonAnton Khirnov2021-02-12
| | | | When streaming stdin, use libmagic to guess the desired extension
* bin/up(s): use full path to file instead of just basenameAnton Khirnov2021-01-26
|
* bash: split up(s) into their own executablesAnton Khirnov2021-01-12
| | | | Makes them easier to call from scripts.
* Add colortable script.Anton Khirnov2020-11-25