diff options
-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 |