summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-03-25 22:48:35 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-03-25 22:48:35 +0530
commit99a5fef3bb7368ca5b206a4da512970f426f95ce (patch)
tree4d4cd5490956486144b8ce08d2c606866ebabcf1
parentca70d4e3098c4ca86d24ffdb584f39f752a657a5 (diff)
hypr: replacing sluggish kitty for blazingly fast foot
-rw-r--r--.config/hypr/hyprland.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index b2b0fe6..c658e1f 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -83,7 +83,7 @@ gestures {
Misc {
enable_swallow = true
- swallow_regex = ^(kitty)$
+ swallow_regex = ^(foot)$
}
# Example per-device config
@@ -109,7 +109,7 @@ $MOD = SUPER
# Imp Utils #
###############
#Terminal
-bind = $MOD SHIFT, Return, exec, kitty
+bind = $MOD SHIFT, Return, exec, foot
bind = $MOD, W, killactive
bind = $MOD CTRL SHIFT, Q, exit
bind = $MOD, F, togglefloating
@@ -149,13 +149,13 @@ bind = $MOD CTRL, E, exec, telegram-desktop
##(Temp Launch)
# Launch ranger
-bind = $MOD, R, exec, kitty -e ranger
+bind = $MOD, R, exec, foot -e ranger
# Launch pulsemixer
-bind = $MOD, P, exec, kitty -e pulsemixer
+bind = $MOD, P, exec, foot -e pulsemixer
#Launch <go,h,b>top
-bind = $MOD SHIFT, G, exec, kitty -e gotop
-bind = $MOD SHIFT, H, exec, kitty -e htop
-bind = $MOD SHIFT, B, exec, kitty -e btop
+bind = $MOD SHIFT, G, exec, foot -e gotop
+bind = $MOD SHIFT, H, exec, foot -e htop
+bind = $MOD SHIFT, B, exec, foot -e btop
###################