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