11 lines
143 B
Bash
11 lines
143 B
Bash
#!/bin/sh
|
|
|
|
xset r rate 200 150 &
|
|
|
|
xwallpaper --zoom $HOME/.config/wallpaper.png
|
|
|
|
xcompmgr &
|
|
dunst &
|
|
sxhkd &
|
|
keepassxc &
|
|
syncthingtray --wait &
|