8 lines
129 B
Bash
Executable file
8 lines
129 B
Bash
Executable file
#! /bin/sh
|
|
$HOME/.local/bin/autostart &
|
|
sleep 5
|
|
stalonetray &
|
|
dunst &
|
|
xfce4-power-manager &
|
|
plank &
|
|
chrome --no-startup-window &
|