From 4b6ac184c7e51b1e57b2342c291f8905ef721773 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Mon, 16 Mar 2020 22:40:38 +0000 Subject: Phase out wp change script --- Xinit/xinitrc | 4 ++-- 1 file 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 -- cgit v1.2.3