From ebe112090fe7caadc13d7b7bdb50bc2cc9f63b91 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 13 Aug 2025 19:57:02 +0200 Subject: [PATCH] toggle waybar --- .config/hypr/config/keybinds.conf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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