diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-11-20 16:37:42 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-11-20 16:37:42 +0530 |
| commit | bf5f4bbc98a7dc9c39c4eafd721d38ab0e125039 (patch) | |
| tree | 901154bc30b213cd2cf5b33e3b732f89c8f64ff0 /.config/hypr/hyprland.conf | |
| parent | f5a9bea7f62dda62bd08d69eff9c48e222056093 (diff) | |
foot: load pywal colors using "include" directive
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
