18 lines
247 B
Text
18 lines
247 B
Text
|
#!/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 &
|