.xinitrc updated

This commit is contained in:
Filip Rojek 2023-02-07 02:16:40 +01:00
parent d26e963b3a
commit ebc9b1a639

View File

@ -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