diff options
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index f94f806..a363aa8 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -55,7 +55,7 @@ general { #{{{ Misc options misc { enable_swallow = true - swallow_regex = ^(foot)$ + swallow_regex = ^(Alacritty)$ vfr = false } #}}} @@ -279,8 +279,8 @@ bind = $mainMod $secdMod, P, exec, passmenu #}}} #{{{ Misc bindings -bind = $mainMod, Return, exec, foot -bind = $mainMod $secdMod, F, exec, foot lfrun +bind = $mainMod, Return, exec, alacritty +bind = $mainMod $secdMod, F, exec, alacritty -e lfrun bind = $mainMod, W, exec, t waybar bind = $mainMod, Q, exec, loginctl lock-session bind = $mainMod SHIFT, G, exec, get-app-id |