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:
parent
3b59d9249a
commit
cc20d50553
|
@ -64,8 +64,8 @@ exec /usr/bin/blueman-applet
|
|||
#
|
||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||
|
||||
#exec swayidle -w \
|
||||
# timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'
|
||||
exec swayidle -w \
|
||||
timeout 1200 '/home/kaan/.config/sway/backlight.py --off' resume '/home/kaan/.config/sway/backlight.py +10'
|
||||
|
||||
### Idle configuration
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue