From b03a46890352b6e6614e71544fbd8c5a1fb2b7e2 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Tue, 6 Dec 2022 20:16:18 +0100 Subject: changed paths --- .xinitrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.xinitrc') 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 -- cgit v1.2.3