diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-10-20 14:29:05 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-10-20 14:29:05 +0530 |
| commit | f6a9abc6527cd9c2823f7f72f393ccdc02c4b053 (patch) | |
| tree | 5c2ffebaebed79677c68a966cb6370233b433813 | |
| parent | 5f51f189cd19c97389b3d26e5b9ae4df1691bbcd (diff) | |
hyprland: start using footclient, instead of foot
| -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 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 |
