diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-12-14 20:46:20 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-12-14 20:46:20 +0100 |
commit | 51aa4bac6d529a9293027a248dcb5548c5d0ffd9 (patch) | |
tree | 9aca0cb07d8c5f14db5f855a52c3f808c746a3a1 /.config/hypr | |
parent | 2d61311ad2227b881c6ac46ed53e8f2cfaaba263 (diff) |
Hyprland: Use ewd/ewctl for wallpapers
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 453d286..406c2a1 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -1,5 +1,5 @@ exec-once = lux -S 50 -exec-once = wbg $XDG_PICTURES_DIR/bg.* +exec-once = ewd && ewctl $XDG_PICTURES_DIR/bg.jxl exec-once = eww daemon && eww open bar exec-once = dbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus exec-once = mako |