17 lines
247 B
Bash
17 lines
247 B
Bash
#!/bin/sh
|
|
|
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
|
|
|
xset r rate 200 150 &
|
|
|
|
.screenlayout/default.sh
|
|
xwallpaper --stretch .config/wallpaper.png
|
|
|
|
xcompmgr &
|
|
dunst &
|
|
sxhkd &
|
|
|
|
# TODO: Move this shit
|
|
keepassxc &
|
|
gnome-keyring-daemon &
|
|
lxqt-policykit-agent &
|