diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-22 17:51:44 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-22 17:51:44 +0100 |
| commit | d3fe12617fbbf8c452f16d03672726a9a403297b (patch) | |
| tree | 3a107ee9c67bdba296e86c3c83447d7bb5dbe72c /roles/hyprland | |
| parent | f302e1a91e0447fb646575cd019b3900c0f9cd91 (diff) | |
Fix theming wallpaper persistence
Diffstat (limited to 'roles/hyprland')
| -rw-r--r-- | roles/hyprland/templates/hypr/autostart.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/hyprland/templates/hypr/autostart.conf.j2 b/roles/hyprland/templates/hypr/autostart.conf.j2 index 36ecf73c..ec06c627 100644 --- a/roles/hyprland/templates/hypr/autostart.conf.j2 +++ b/roles/hyprland/templates/hypr/autostart.conf.j2 @@ -3,6 +3,6 @@ exec-once = uwsm-app -- hypridle exec-once = uwsm-app -- mako exec-once = uwsm-app -- waybar -exec-once = uwsm-app -- swaybg -i ~/.config/hyprtheme/current/background -m fill +exec-once = uwsm-app -- swaybg -i ~/.config/hyprtheme/current/wallpaper -m fill exec-once = uwsm-app -- clipse -listen exec-once = uwsm app -- hyprsunset |
