diff options
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 |