11 lines
134 B
Bash
Executable file
11 lines
134 B
Bash
Executable file
#!/bin/sh
|
|
#/usr/local/bin/startdwm
|
|
slstatus &
|
|
pasystray &
|
|
nm-applet &
|
|
xfce4-power-manager &
|
|
dunst &
|
|
bitwarden &
|
|
nextcloud &
|
|
|
|
exec dwm
|