diff options
author | ZachIR <zach@zachir.xyz> | 2023-07-15 16:32:41 -0500 |
---|---|---|
committer | ZachIR <zach@zachir.xyz> | 2023-07-15 16:35:41 -0500 |
commit | 6389e00e02f22e8b28dd0cce020f231838cd9c21 (patch) | |
tree | e41f474d2665f286eae508595c1daef8dbde31ed /hypr | |
parent | 26e98434af9d2e2e3c221d243543e7bb8a9c24af (diff) |
Use kitty instead of alacritty
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 4cd8511..fa6e506 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -279,8 +279,8 @@ bind = $mainMod $secdMod, P, exec, passmenu #}}} #{{{ Misc bindings -bind = $mainMod, Return, exec, alacritty -bind = $mainMod $secdMod, F, exec, alacritty -e lfrun +bind = $mainMod, Return, exec, kitty +bind = $mainMod $secdMod, F, exec, kitty -e lfrun bind = $mainMod, W, exec, t waybar bind = $mainMod, Q, exec, loginctl lock-session bind = $mainMod $secdMod CONTROL, Q, exec, systemctl suspend |