added some configs

This commit is contained in:
2023-02-06 14:56:13 +01:00
parent 8af55aaedd
commit 3814b0afab
3 changed files with 55 additions and 0 deletions

20
.xinitrc Normal file
View File

@ -0,0 +1,20 @@
#!/bin/bash
[[ "$(xrandr --listmonitors)" == *"HDMI2"* ]] && /home/fr/.screenlayout/home.sh
feh --bg-center "/home/fr/Pictures/bg.png" &
xautolock -locker slock -detectsleep -secure -time 10 &
pipewire &
pipewire-pulse &
dwmblocks &
while true; do
/home/fr/.scripts/batterycheck
sleep 30
done &
while true; do
dwm
done