diff options
Diffstat (limited to 'autostart.sh')
-rwxr-xr-x | autostart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autostart.sh b/autostart.sh index 08502f9..e09638b 100755 --- a/autostart.sh +++ b/autostart.sh @@ -23,7 +23,7 @@ if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then if [ -n "$WAYLAND_DISPLAY" ]; then runifnot swayidle launch_waybar.sh "$(crcparse WC)" - killandrun swaybg -i ~/background.jpg + killandrun hyprpaper if [ "$(crcparse WC | xargs basename)" = "Hyprland" ]; then xrdb ~/.Xresources fi |