summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-05-17 11:17:25 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-05-17 11:17:25 +0200
commit19e51dd7322587aac0007fdfc31573f1b526fd2a (patch)
treea79ade77b6db6e0360bd7cad5127fa616bed0748
parent65c06054415a0206c4cda0e95eeddeaa7e9598d3 (diff)
added extra menu command
-rw-r--r--config/hyprland/hypr/binds.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf
index d373483..32ff88c 100644
--- a/config/hyprland/hypr/binds.conf
+++ b/config/hyprland/hypr/binds.conf
@@ -3,9 +3,11 @@ $mainMod = SUPER
$term = foot
$menu = $(tofi-run)
+$menu_opt = $(tofi-run --auto-accept-single=false)
bind = $mainMod, Return, exec, $term
bind = $mainMod SHIFT, Return, exec, $menu
+bind = $mainMod CTRL, Return, exec, $menu_opt
bind = $mainMod, C, killactive,
bind = $mainMod SHIFT, C, exec, hyprctl kill
bind = $mainMod, Q, exit,