[sway] fix indents and wrong lock-path

This commit is contained in:
Felix Buehler 2019-05-01 23:35:01 +02:00
parent 51fce006d8
commit 30b9513c29

View file

@ -134,7 +134,7 @@ bindsym $mod+Return exec $term
# screensaver # screensaver
bindsym $mod+z exec ~/.dotfiles/sway/lock.sh bindsym $mod+z exec ~/.dotfiles/sway/lock.sh
bindsym $mod+y exec ~/.dotfiles/sway/lock.sh bindsym $mod+y exec ~/.dotfiles/sway/lock.sh
bindsym Scroll_Lock exec ~/.dotfiles/config/sway/lock.sh bindsym Scroll_Lock exec ~/.dotfiles/sway/lock.sh
# start dmenu (a program launcher) # start dmenu (a program launcher)
bindsym $mod+d exec albert toggle || albert bindsym $mod+d exec albert toggle || albert
@ -156,8 +156,6 @@ bindsym $mod+c layout toggle split
# toggle tiling / floating # toggle tiling / floating
bindsym $mod+Shift+space floating toggle bindsym $mod+Shift+space floating toggle
#bindsym $mod+space focus mode_toggle
bindsym $mod+space exec setxkbmap de -option ctrl:nocaps
# focus the child container # focus the child container
bindsym $mod+s focus child bindsym $mod+s focus child
# focus the parent container # focus the parent container