From 67a05259ca7353247ab5a8a7b53402871ae41f0a Mon Sep 17 00:00:00 2001 From: krolxon Date: Sun, 19 Oct 2025 18:18:34 +0530 Subject: [PATCH] hyprland: use foot, instead of footclient footclient is faster indeed, but it does not change the colors of terminal when i use pywal --- .config/hypr/hyprland.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 585cbe2..5ef30dc 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -4,7 +4,7 @@ autogenerated = 0 ################### ### MY PROGRAMS ### ################### -$terminal = footclient +$terminal = foot $menu = fuzzel $browser = librewolf @@ -12,7 +12,7 @@ $browser = librewolf ################# ### AUTOSTART ### ################# -exec-once = foot --server +# exec-once = foot --server exec-once = (hyprpm reload -n & kanshi & waybar & swaync & gammastep & hypridle) exec-once = ~/.local/bin/setwall exec-once = systemctl --user start hyprpolkitagent @@ -260,7 +260,7 @@ bind = $mainMod, S, togglespecialworkspace, magic bind = $mainMod SHIFT, S, movetoworkspace, special:magic # Have scratchpad like DWM which opens alacritty in special workspace -workspace = special:h, on-created-empty: footclient +workspace = special:h, on-created-empty: foot bind = $mainMod SHIFT, Return, togglespecialworkspace, h