diff options
author | zachir <zachir@librem.one> | 2023-07-07 20:52:03 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-07-07 20:52:03 -0500 |
commit | 1197336cb5e11c16b843e9599d14971612054bc4 (patch) | |
tree | 9f464683f5dd2077c5ce1900ca599fb285741ae6 /hypr | |
parent | 1a71e46029d3dd0647e68addc926218785815ba8 (diff) |
Big push
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 |