Merge branch 'master' of github.com:ahub2/my-scripts

master
Alex 2023-05-06 21:57:35 -05:00
commit 3ad3ef7827
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ setwp() {
#wal -n -s -t -e -i "$1" #wal -n -s -t -e -i "$1"
rm ~/.config/wall rm ~/.config/wall
cp "$1" "$HOME/.config/wall" cp "$1" "$HOME/.config/wall"
swaymsg "output * bg ~/.config/wall fit" swaymsg "output * bg ~/.config/wall fill"
#swaybg --image "$HOME/.config/wall" #swaybg --image "$HOME/.config/wall"
} }