toggle waybar

This commit is contained in:
2025-08-13 19:57:02 +02:00
parent 682e0f962e
commit ebe112090f

View File

@ -21,11 +21,6 @@ bindd = $mainMod, J, Toggles curren window split mode, togglesplit, # dwindle
bindd = $mainMod, K, Toggles current window group mode (ungroup all related), togglegroup, bindd = $mainMod, K, Toggles current window group mode (ungroup all related), togglegroup,
bindd = $mainMod, Tab, Switches to the next window in the group, changegroupactive, f bindd = $mainMod, Tab, Switches to the next window in the group, changegroupactive, f
# ======= Toggle Gaps =======
bindd = $mainMod SHIFT, G, Set CachyOS default gaps, exec, hyprctl --batch "keyword general:gaps_out 5;keyword general:gaps_in 3"
bindd = $mainMod, G, Remove gaps between window, exec, hyprctl --batch "keyword general:gaps_out 0;keyword general:gaps_in 0"
# ======= Volume Control ======= # ======= Volume Control =======
bindel = , XF86AudioRaiseVolume, exec, ~/.config/hypr/scripts/volume-helper.sh up bindel = , XF86AudioRaiseVolume, exec, ~/.config/hypr/scripts/volume-helper.sh up
@ -168,3 +163,6 @@ binds {
movefocus_cycles_fullscreen = true movefocus_cycles_fullscreen = true
window_direction_monitor_fallback = true window_direction_monitor_fallback = true
} }
# Toggle Waybar
bind = $mainMod, W, exec, killall -SIGUSR1 waybar