summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-25 00:33:54 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-25 00:33:54 +0200
commit1bb112f2a1f476f82f2752089f397e597aefc1d4 (patch)
tree257e968655614926b31495cf8cb56ccfe25b6f09
parentc50d95c4ed0316ad040997f61c605870a02d8434 (diff)
[hyprland] use commander as launcher
-rw-r--r--config/hyprland/hypr/binds.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf
index eb3d4a2..8100868 100644
--- a/config/hyprland/hypr/binds.conf
+++ b/config/hyprland/hypr/binds.conf
@@ -2,12 +2,10 @@ $mainMod = SUPER
$term = foot
-$menu = $(tofi-run)
-$menu_opt = $(tofi-run --auto-accept-single=false)
+$menu = $(commander -r -h)
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 SHIFT, Q, exit,