diff --git a/.xinitrc b/.xinitrc index e44ff42..e60f7e4 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,8 +1,8 @@ #!/bin/bash -[[ "$(xrandr --listmonitors)" == *"HDMI2"* ]] && /home/fr/.screenlayout/home.sh +[[ "$(xrandr --listmonitors)" == *"HDMI2"* ]] && $HOME/.screenlayout/home.sh -feh --bg-center "/home/fr/Pictures/bg.png" & +feh --bg-center "$HOME/Pictures/bg.png" & xautolock -locker slock -detectsleep -secure -time 10 & @@ -11,10 +11,11 @@ pipewire-pulse & dwmblocks & while true; do - /home/fr/.scripts/batterycheck + $HOME/.scripts/batterycheck sleep 30 done & while true; do dwm done +