summaryrefslogtreecommitdiff
path: root/dotfiles/Xsession
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/Xsession')
-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"