diff options
Diffstat (limited to '.config/sway')
-rw-r--r-- | .config/sway/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config index 9cce4d7..e023b1f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -144,6 +144,10 @@ set $lock swaylock -f --indicator-radius 400 --indicator-thickness 20 --ring-col bindsym $mod+o exec $lock bindsym $mod+Shift+o exec $lock && zzz +exec swayidle -w \ + timeout 120 $lock \ + timeout 300 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' + bindsym XF86AudioRaiseVolume exec 'amixer set Master 5%+' bindsym XF86AudioLowerVolume exec 'amixer set Master 5%-' bindsym XF86AudioMute exec 'amixer set Master toggle' |