mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[sway] fix indents and wrong lock-path
This commit is contained in:
parent
51fce006d8
commit
30b9513c29
1 changed files with 29 additions and 31 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue