1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-11-01 03:27:26 -05:00

turn off brightness on idle

This commit is contained in:
Kaan Barmore-Genç 2022-03-09 22:09:09 -05:00
parent 3b59d9249a
commit cc20d50553

View file

@ -64,8 +64,8 @@ exec /usr/bin/blueman-applet
# #
# You can get the names of your outputs by running: swaymsg -t get_outputs # You can get the names of your outputs by running: swaymsg -t get_outputs
#exec swayidle -w \ exec swayidle -w \
# timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' timeout 1200 '/home/kaan/.config/sway/backlight.py --off' resume '/home/kaan/.config/sway/backlight.py +10'
### Idle configuration ### Idle configuration
# #