diff options
author | Vasil Zlatanov <v@skozl.com> | 2020-03-16 22:40:38 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2020-03-16 22:40:38 +0000 |
commit | 4b6ac184c7e51b1e57b2342c291f8905ef721773 (patch) | |
tree | 6ca5d11b06b2e23b2f2ba244c9e369945696ae13 /Xinit | |
parent | d35aec51ca343798bc82532e4b54f589f78d45ff (diff) | |
download | dotfiles-4b6ac184c7e51b1e57b2342c291f8905ef721773.tar.gz dotfiles-4b6ac184c7e51b1e57b2342c291f8905ef721773.tar.bz2 dotfiles-4b6ac184c7e51b1e57b2342c291f8905ef721773.zip |
Phase out wp change script
Diffstat (limited to 'Xinit')
-rwxr-xr-x | Xinit/xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xinit/xinitrc b/Xinit/xinitrc index a0379cd..820929b 100755 --- a/Xinit/xinitrc +++ b/Xinit/xinitrc @@ -9,7 +9,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then fi # Load system specific things -~/.custom +~/.custom.sh # give cursor xsetroot -cursor_name left_ptr @@ -19,7 +19,7 @@ xsetroot -cursor_name left_ptr statnot ~/dotfiles/Panel/statnot/config & # Background -~/.tools/wp change & +feh --bg-fill "$(find ~/.wallpapers/ -type f | shuf -n 1)" # Init clipboard ~/.tools/clipboard init |