diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-06 20:16:18 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-06 20:16:18 +0100 |
| commit | b03a46890352b6e6614e71544fbd8c5a1fb2b7e2 (patch) | |
| tree | 1d4838f6c83ffdb94841207aa87a73a2a4d0ca5e /.xinitrc | |
| parent | 77bdf06d5684112c6150a4edfa76891e4eec29b1 (diff) | |
changed paths
Diffstat (limited to '.xinitrc')
| -rwxr-xr-x | .xinitrc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
