.xinitrc updated
This commit is contained in:
parent
d26e963b3a
commit
ebc9b1a639
7
.xinitrc
7
.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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user