feat(hyprland): execute launcher on only pressing mod key

This commit is contained in:
2026-05-20 19:50:10 +02:00
parent 107d50ff2b
commit f33a930424
+3 -1
View File
@@ -46,6 +46,9 @@
]; ];
"$mod" = "SUPER"; "$mod" = "SUPER";
"$launcher" = "rofi -show drun"; "$launcher" = "rofi -show drun";
bindr = [
"$mod,Super_L,exec,pkill rofi || $launcher"
];
bind = [ bind = [
"ALTSHIFT,Q,killactive," "ALTSHIFT,Q,killactive,"
"ALT,V,togglefloating," "ALT,V,togglefloating,"
@@ -53,7 +56,6 @@
"ALTSHIFT,F,fullscreen,0" "ALTSHIFT,F,fullscreen,0"
"$mod,Return,exec,kitty" "$mod,Return,exec,kitty"
"$mod,F,exec,firefox" "$mod,F,exec,firefox"
"$mod,R,exec,$launcher"
"ALT,H,movefocus,l" "ALT,H,movefocus,l"
"ALT,L,movefocus,r" "ALT,L,movefocus,r"