summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-12-06 20:16:18 +0100
committeryuzu-eva <stevenhu@web.de>2022-12-06 20:16:18 +0100
commitb03a46890352b6e6614e71544fbd8c5a1fb2b7e2 (patch)
tree1d4838f6c83ffdb94841207aa87a73a2a4d0ca5e /.xinitrc
parent77bdf06d5684112c6150a4edfa76891e4eec29b1 (diff)
changed paths
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