summaryrefslogtreecommitdiff
path: root/autostart.sh
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-04-25 19:04:45 -0500
committerzachir <zachir@librem.one>2023-04-25 19:04:45 -0500
commit1ea271f30039f3e411e2553b6e8d2a7e5c760b4a (patch)
tree61d9b3440fef5b4e4af4f142df71181527e8124c /autostart.sh
parentc45270c8c23dd3111ef2825a2e7d8512c6b03de8 (diff)
replace swaybg with hyprpaper
Diffstat (limited to 'autostart.sh')
-rwxr-xr-xautostart.sh2
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