11 lines
146 B
Bash
Executable file
11 lines
146 B
Bash
Executable file
#!/bin/sh
|
|
slstatus &
|
|
pasystray &
|
|
nm-applet &
|
|
xfce4-power-manager &
|
|
dunst &
|
|
bitwarden &
|
|
nextcloud &
|
|
easyeffects --gapplication-service &
|
|
|
|
exec dwm
|