9 lines
158 B
Bash
Executable file
9 lines
158 B
Bash
Executable file
#! /bin/sh
|
|
$HOME/.local/bin/autostart &
|
|
sleep 5
|
|
pcmanfm-qt --desktop &
|
|
stalonetray &
|
|
dunst &
|
|
lxqt-powermanagement &
|
|
latte-dock &
|
|
chrome --no-startup-window &
|