summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rwxr-xr-x.xinitrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/.xinitrc b/.xinitrc
index 2bf7605..95e4222 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -7,8 +7,8 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
unset f
fi
-if [ -f /home/cafebabe/.local/bin/statusbar ]; then
- . /home/cafebabe/.local/bin/statusbar
+if [ -f $HOME/.local/bin/statusbar ]; then
+ . $HOME/.local/bin/statusbar
fi
export GTK_IM_MODULE='ibus'
@@ -31,9 +31,9 @@ xset s off -dpms
setxkbmap -option "ctrl:nocaps"
-xwallpaper --maximize "$(/usr/bin/ls -d -1 /media/HDD/Pictures/wallpaper/* | shuf -n1)" &
+xwallpaper --maximize "$(/usr/bin/ls -d -1 /hdd/Pictures/wallpaper/* | shuf -n1)" &
-compton --config /home/cafebabe/.config/compton/compton.conf -b
+compton --config $HOME/.config/compton/compton.conf -b
exec dwm