| #!/bin/bash | |
|  | |
| dunst --config ~/.config/dunst/dunstrc & | |
| xautolock -time 10 -locker slock & | |
| unclutter & | |
| hsetroot -solid "#16181a" | |
| # ~/.local/bin/setbg | |
| # nohup /usr/lib/kdeconnectd >/dev/null 2>&1 & | |
| 
 | |
| nohup dwmblocks & | |
| .local/bin/ncspot-status-listener & | |
| 
 | |
| picom -b --config ~/.config/picom/picom.conf
 |