diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-06 22:11:18 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-06 22:25:52 +0200 |
commit | 180544a863392616ad91e2bd30bb942568c84096 (patch) | |
tree | 269b783228e5cd3f71d2924f6ce132915cabd1de | |
parent | bb49503334199f68ba963c43c8764233fea2770f (diff) |
use tofi
-rw-r--r-- | config/hyprland/hypr/hyprland.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index 878541c..89e1f43 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -82,15 +82,17 @@ gestures { workspace_swipe = on } +$mainMod = SUPER + $term = foot -$mainMod = SUPER +$menu = $(tofi-run) bind = $mainMod, Return, exec, $term +bind = $mainMod SHIFT, Return, exec, $menu bind = $mainMod, C, killactive, bind = $mainMod, Q, exit, bind = $mainMod, F, togglefloating, -bind = $mainMod SHIFT, Return, exec, wofi -S run bind = $mainMod SHIFT, P, pseudo bind = $mainMod, S, togglesplit |