feat: Add keybinding in Swab for toggling between modes - hide/dock
This commit is contained in:
parent
6a1fac5c1e
commit
d74f96cc0f
1 changed files with 3 additions and 0 deletions
|
|
@ -121,6 +121,9 @@ set $update_status_bar /run/current-system/sw/bin/kill -s 42 $(cat $status_pid_f
|
||||||
|
|
||||||
# Switch the keyboard layout
|
# Switch the keyboard layout
|
||||||
bindsym $mod+Shift+space exec ~/.config/sway/toggle_keyboard_layout.sh
|
bindsym $mod+Shift+space exec ~/.config/sway/toggle_keyboard_layout.sh
|
||||||
|
|
||||||
|
# Switch between hidden and dock mode for swaybar
|
||||||
|
bindsym $mod+m bar mode toggle
|
||||||
#
|
#
|
||||||
# Moving around:
|
# Moving around:
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue