From bf5f4bbc98a7dc9c39c4eafd721d38ab0e125039 Mon Sep 17 00:00:00 2001 From: krolxon Date: Thu, 20 Nov 2025 16:37:42 +0530 Subject: [PATCH] foot: load pywal colors using "include" directive --- .config/foot/foot.ini | 2 +- .config/hypr/hyprland.conf | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 60da11d..5245c10 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -1,4 +1,4 @@ -#include=~/.cache/wal/colors-foot.ini +include=~/.cache/wal/colors-foot.ini [main] font=Fira Code:size=11 diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 2b72845..8d36724 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 $passwordmanager = keepmenu @@ -13,7 +13,7 @@ $passwordmanager = keepmenu ################# ### AUTOSTART ### ################# -exec-once = foot --server +exec-once = foot exec-once = (hyprpm reload -n & kanshi & waybar & swaync & gammastep & hypridle) exec-once = ~/.local/bin/setwall -n exec-once = systemctl --user start hyprpolkitagent @@ -115,7 +115,7 @@ decoration { } animations { - enabled = yes + enabled = false bezier = myBezier, 0.05, 0.9, 0.1, 1.05 animation = windows, 1, 2, myBezier animation = windowsOut, 1, 2, default, popin 80% @@ -266,7 +266,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