diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-03-14 15:44:50 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-03-14 15:44:50 +0100 |
commit | 2c5d205123618d5d74221175cfd703b056cc2096 (patch) | |
tree | 403f045d336202b017e65e37b61f93935d6056cd | |
parent | a31d2fe7ae4d782fa5fa6478ece088769b985546 (diff) |
Hyprland: Temporarily use wbg for wallpapers
-rw-r--r-- | .config/hypr/hyprland.conf.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 6b3362b..e123384 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -1,5 +1,6 @@ exec-once = lux -S 50 -exec-once = ewd && ewctl $XDG_PICTURES_DIR/bg.jxl +# exec-once = ewd && ewctl $XDG_PICTURES_DIR/bg.jxl +exec-once = wbg $XDG_PICTURES_DIR/bg.png exec-once = eww daemon && eww open bar-1 exec-once = dbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus exec-once = mako |