From 99a5fef3bb7368ca5b206a4da512970f426f95ce Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sat, 25 Mar 2023 22:48:35 +0530 Subject: hypr: replacing sluggish kitty for blazingly fast foot --- .config/hypr/hyprland.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.config/hypr/hyprland.conf') 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 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 ################### -- cgit v1.2.3