2023-02-06 14:56:13 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
2023-02-24 10:57:21 +01:00
|
|
|
#[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
2023-02-06 14:56:13 +01:00
|
|
|
|
2023-02-07 02:16:40 +01:00
|
|
|
feh --bg-center "$HOME/Pictures/bg.png" &
|
2023-02-06 14:56:13 +01:00
|
|
|
|
2023-02-24 10:57:21 +01:00
|
|
|
#xautolock -locker slock -detectsleep -secure -time 10 &
|
2023-02-06 14:56:13 +01:00
|
|
|
|
2023-02-12 03:11:31 +01:00
|
|
|
#pipewire &
|
|
|
|
#pipewire-pulse &
|
2023-02-24 10:57:21 +01:00
|
|
|
#gentoo-pipewire-launcher &
|
2023-02-06 14:56:13 +01:00
|
|
|
dwmblocks &
|
|
|
|
|
2023-02-24 10:57:21 +01:00
|
|
|
#while true; do
|
|
|
|
# $HOME/.scripts/batterycheck
|
|
|
|
# sleep 30
|
|
|
|
#done &
|
2023-02-06 14:56:13 +01:00
|
|
|
|
|
|
|
while true; do
|
2023-02-24 10:57:21 +01:00
|
|
|
exec dbus-launch --sh-syntax --exit-with-session dwm
|
|
|
|
#exec dwm
|
2023-02-06 14:56:13 +01:00
|
|
|
done
|
2023-02-07 02:16:40 +01:00
|
|
|
|