summaryrefslogtreecommitdiff
path: root/.config/hypr/hyprland.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/hypr/hyprland.conf')
-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
###################