keybinds/base.conf: add border toggle keybind
This commit is contained in:
parent
b8e805c425
commit
c73759a2c3
|
@ -19,5 +19,9 @@ bindsym $mod+d exec $menu
|
||||||
bindsym $mod+Shift+c reload
|
bindsym $mod+Shift+c reload
|
||||||
|
|
||||||
|
|
||||||
|
# Toggle border style with $mod+Shift+b
|
||||||
|
bindsym $mod+Shift+b border toggle
|
||||||
|
|
||||||
|
|
||||||
# Exit sway
|
# Exit sway
|
||||||
bindsym $mod+Shift+e exit
|
bindsym $mod+Shift+e exit
|
||||||
|
|
Loading…
Reference in New Issue