From f6a9abc6527cd9c2823f7f72f393ccdc02c4b053 Mon Sep 17 00:00:00 2001 From: krolxon Date: Mon, 20 Oct 2025 14:29:05 +0530 Subject: [PATCH] hyprland: start using footclient, instead of foot --- .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 5ef30dc..585cbe2 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -4,7 +4,7 @@ autogenerated = 0 ################### ### MY PROGRAMS ### ################### -$terminal = foot +$terminal = footclient $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: foot +workspace = special:h, on-created-empty: footclient bind = $mainMod SHIFT, Return, togglespecialworkspace, h