summaryrefslogtreecommitdiff
path: root/dotfiles
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 /dotfiles
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 'dotfiles')
-rw-r--r--dotfiles/Xsession5
1 files changed, 0 insertions, 5 deletions
diff --git a/dotfiles/Xsession b/dotfiles/Xsession
index 7ad3423..6ac29a2 100644
--- a/dotfiles/Xsession
+++ b/dotfiles/Xsession
@@ -22,11 +22,6 @@ run_if_exists parcellite
udev_match --subsystem=hidraw --match=ACTION=remove --match=ID_FIDO_TOKEN=1 ssh_sk_clean &
udev_match --subsystem=hidraw --match=ACTION=add --match=ID_FIDO_TOKEN=1 ssh_sk_add &
-# show notifications on brightness changes
-for d in /sys/class/backlight/*; do
- brightness_monitor "$d" &
-done
-
# source the machine-local configuration
[ -r "$HOME/.config/Xsession_local" ] && . "$HOME/.config/Xsession_local"