summaryrefslogtreecommitdiff
path: root/desktop.conf.yaml
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-02-12 21:58:56 +0000
committerAnton Khirnov <anton@khirnov.net>2023-02-12 21:59:40 +0000
commit8cb8e431d3a54ca056dd3074ef286361a2dd9c87 (patch)
treee30f458cc45d30cd0bddad7bbe26f862bdbffd01 /desktop.conf.yaml
parent974036808d41e6805902f9b8fcb3e39773bbb65d (diff)
bin/Xsession: drop brightness_monitor
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.
Diffstat (limited to 'desktop.conf.yaml')
-rw-r--r--desktop.conf.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop.conf.yaml b/desktop.conf.yaml
index 1305680..234dd73 100644
--- a/desktop.conf.yaml
+++ b/desktop.conf.yaml
@@ -7,7 +7,6 @@
- link:
~/.config/mpv/config: dotfiles/mpv
~/.config/mpv/scripts/xscreensaver.lua: mpv/xscreensaver.lua
- ~/.local/bin/brightness_monitor: bin/brightness_monitor
~/.local/bin/random_wallpaper: bin/random_wallpaper
~/.local/bin/randr_output_toggle: bin/randr_output_toggle
~/.local/bin/ssh_sk_add: bin/ssh_sk_add
@@ -19,3 +18,5 @@
~/.xscreensaver: dotfiles/xscreensaver
~/.Xresources: dotfiles/Xresources
~/.Xsession: dotfiles/Xsession
+
+- clean: [~/.local/bin/brightness_monitor]