diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-03 09:39:06 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-03 09:39:06 +0300 |
commit | 47157939845ddbc94eb3a179ac20285e6f270529 (patch) | |
tree | 17269f6060afa49e0134d0e4797ab84bfcf9b4d3 /dotfiles/.local/bin | |
parent | 9233090127d41a1b44ae566ab7bb6939e66a2641 (diff) | |
download | swayrice-47157939845ddbc94eb3a179ac20285e6f270529.tar.gz swayrice-47157939845ddbc94eb3a179ac20285e6f270529.zip |
fix a retarded a decision
Diffstat (limited to 'dotfiles/.local/bin')
-rwxr-xr-x | dotfiles/.local/bin/setbg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.local/bin/setbg b/dotfiles/.local/bin/setbg index 29a11d7..351ac3d 100755 --- a/dotfiles/.local/bin/setbg +++ b/dotfiles/.local/bin/setbg @@ -1,3 +1,4 @@ #!/bin/sh +cp $1 ~/.config/wall1.png swaymsg output "*" background ~/.config/wall1.png fill |