From 8cb8e431d3a54ca056dd3074ef286361a2dd9c87 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 12 Feb 2023 21:58:56 +0000 Subject: 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. --- dotfiles/Xsession | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dotfiles') 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" -- cgit v1.2.3