update config to work with bspwm

This commit is contained in:
ksyasuda
2021-11-17 00:08:23 -08:00
parent 5061945a2e
commit 147ca459fa
3 changed files with 64 additions and 50 deletions

3
scripts/random-wallpaper.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
# find "$HOME/Pictures/wallpapers" -type f | shuf -n 1
feh --bg-scale "$(find "$HOME/Pictures/wallpapers" -type f | shuf -n 1)"