aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/bin
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.local/bin')
-rwxr-xr-xdotfiles/.local/bin/setbg1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.local/bin/setbg b/dotfiles/.local/bin/setbg
index 2e6dfba..bc8b8a2 100755
--- a/dotfiles/.local/bin/setbg
+++ b/dotfiles/.local/bin/setbg
@@ -10,6 +10,7 @@ cp "$1" "$dest"
if [ -n "$SWAYSOCK" ]; then
updisplay
elif [ -n "$NIRI_SOCKET" ]; then
+ niri msg action do-screen-transition -d 200
killall swaybg
setsid swaybg -i "$dest" -m fill&
fi