From 7f990d6426573c3740c408228741989b8aae9fc8 Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Fri, 21 Mar 2025 23:26:10 +0100 Subject: [PATCH] Fixes keybinds for press --- .config/hypr/config/Keybinds.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/hypr/config/Keybinds.conf b/.config/hypr/config/Keybinds.conf index e8f07b1..cd6e92c 100644 --- a/.config/hypr/config/Keybinds.conf +++ b/.config/hypr/config/Keybinds.conf @@ -25,7 +25,13 @@ bindl = , xf86AudioPrev, exec, $scriptsDir/MediaCtrl.sh --prv bindl = , xf86audiostop, exec, $scriptsDir/MediaCtrl.sh --stop bindtn = , $mainMod_L, exec, killall -SIGUSR1 waybar +bindtn = SHIFT, $mainMod_L, exec, killall -SIGUSR1 waybar +bindtn = CTRL, $mainMod_L, exec, killall -SIGUSR1 waybar +bindtn = ALT, $mainMod_L, exec, killall -SIGUSR1 waybar bindtrn = $mainMod, $mainMod_L, exec, killall -SIGUSR1 waybar +bindtrn = $mainMod SHIFT, $mainMod_L, exec, killall -SIGUSR1 waybar +bindtrn = $mainMod CTRL, $mainMod_L, exec, killall -SIGUSR1 waybar +bindtrn = $mainMod ALT, $mainMod_L, exec, killall -SIGUSR1 waybar # Move focus with mainMod + LHKJ bind = $mainMod, H, movefocus, l