aboutsummaryrefslogtreecommitdiff
path: root/setwll
diff options
context:
space:
mode:
Diffstat (limited to 'setwll')
-rwxr-xr-xsetwll2
1 files changed, 1 insertions, 1 deletions
diff --git a/setwll b/setwll
index 5dae995..6f512ba 100755
--- a/setwll
+++ b/setwll
@@ -67,7 +67,7 @@ fi
if [ "$WAYLAND_DISPLAY" ]; then
if [ "$XDG_CURRENT_DESKTOP" == "sway:wlroots" ]; then
PID=$(pidof swaybg)
- swaybg -o HDMI-A-1 -i $primary -m fill -o DP-1 -i $secondary -m fill & disown
+ swaybg -o HDMI-A-1 -i "$primary" -m fill -o DP-1 -i "$secondary" -m fill & disown
sleep 0.4s
kill $PID
else