diff --git a/.config/hypr/config/keybinds.conf b/.config/hypr/config/keybinds.conf index 499baf8..43e954c 100644 --- a/.config/hypr/config/keybinds.conf +++ b/.config/hypr/config/keybinds.conf @@ -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, 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 ======= bindel = , XF86AudioRaiseVolume, exec, ~/.config/hypr/scripts/volume-helper.sh up @@ -168,3 +163,6 @@ binds { movefocus_cycles_fullscreen = true window_direction_monitor_fallback = true } + +# Toggle Waybar +bind = $mainMod, W, exec, killall -SIGUSR1 waybar