diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-10-19 18:18:34 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-10-19 18:18:34 +0530 |
| commit | 67a05259ca7353247ab5a8a7b53402871ae41f0a (patch) | |
| tree | 45d8b9530cb1584fdba723fa36564ae1d6f6aa47 | |
| parent | b7833e8e3a350288c58e2530d9116712abe5e2fc (diff) | |
hyprland: use foot, instead of footclient
footclient is faster indeed, but it does not change the colors of
terminal when i use pywal
| -rw-r--r-- | .config/hypr/hyprland.conf | 6 |
1 files 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 |
