10 lines
152 B
Bash
Executable file
10 lines
152 B
Bash
Executable file
#! /bin/sh
|
|
start-pulseaudio-x11
|
|
sleep 2
|
|
compton -b
|
|
stalonetray &
|
|
dunst &
|
|
pcmanfm --desktop &
|
|
xfce4-power-manager &
|
|
plank &
|
|
chrome --no-startup-window &
|