updated config files

This commit is contained in:
2021-11-20 12:28:49 +01:00
parent 2b47d14b90
commit 8e5645db8e

View File

@@ -19,8 +19,10 @@ bindsym XF86AudioLowerVolume exec "pamixer -d 5 && pamixer --get-volume > /tmp/w
middle_emulation enabled middle_emulation enabled
} }
# Logo key. Use Mod1 for Alt.
set $mod Mod1
set $lock swaylock --screenshots --clock --indicator --effect-blur 5x7 set $lock swaylock --screenshots --clock --indicator --effect-blur 5x7
### Idle configuration
exec swayidle timeout 600 '$lock' timeout 1200 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f -c 000000' exec swayidle timeout 600 '$lock' timeout 1200 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f -c 000000'
bindsym $mod+L exec $lock bindsym $mod+L exec $lock
@@ -30,8 +32,7 @@ input "type:keyboard" {
xkb_variant ,nodeadkeys xkb_variant ,nodeadkeys
} }
# Logo key. Use Mod1 for Alt.
set $mod Mod1
# Home row direction keys, like vim # Home row direction keys, like vim
set $left h set $left h
set $down j set $down j