diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-01-06 17:51:45 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-01-06 17:51:45 +0100 |
commit | 87e882a982a06001dcc1c0c3bd1273917a0c5fe1 (patch) | |
tree | 5977c7a0251845562b87c91ebe434d457a00eacb | |
parent | c9ef48dac2e1fa448b04c8962c1374b79a52e431 (diff) |
unsafe wallpaper swapping
-rwxr-xr-x | bin/wmnormal | 3 | ||||
-rwxr-xr-x | bin/wmunsafe | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bin/wmnormal b/bin/wmnormal new file mode 100755 index 0000000..aa9e08f --- /dev/null +++ b/bin/wmnormal @@ -0,0 +1,3 @@ +#! /bin/bash + +feh --no-fehbg --bg-fill ~/.config/bspwm/wallpaper diff --git a/bin/wmunsafe b/bin/wmunsafe new file mode 100755 index 0000000..cd99b2e --- /dev/null +++ b/bin/wmunsafe @@ -0,0 +1,3 @@ +#! /bin/bash + +feh --no-fehbg --bg-fill ~/.config/bspwm/unsafe_wallpaper |