mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 11:51:13 +01:00
sway: Add keybind to toggle waybar
Now we can toggle waybar in sway similar to how we can toggle polybar in bspwm.
This commit is contained in:
parent
55b04ac77d
commit
9b6bc04931
@ -33,6 +33,9 @@ input "1:1:AT_Translated_Set_2_keyboard" {
|
|||||||
# Start your launcher
|
# Start your launcher
|
||||||
bindsym $alt+z exec $menu
|
bindsym $alt+z exec $menu
|
||||||
|
|
||||||
|
# Toggle waybar
|
||||||
|
bindsym $mod+o exec killall -SIGUSR1 waybar
|
||||||
|
|
||||||
# Drag floating windows by holding down $mod and left mouse button.
|
# Drag floating windows by holding down $mod and left mouse button.
|
||||||
# Resize them with right mouse button + $mod.
|
# Resize them with right mouse button + $mod.
|
||||||
# Despite the name, also works for non-floating windows.
|
# Despite the name, also works for non-floating windows.
|
||||||
|
Loading…
Reference in New Issue
Block a user