.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 #!/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 & xautolock -locker slock -detectsleep -secure -time 10 &
@ -11,10 +11,11 @@ pipewire-pulse &
dwmblocks & dwmblocks &
while true; do while true; do
/home/fr/.scripts/batterycheck $HOME/.scripts/batterycheck
sleep 30 sleep 30
done & done &
while true; do while true; do
dwm dwm
done done