10 lines
112 B
Bash
Executable file
10 lines
112 B
Bash
Executable file
#!/bin/sh
|
|
#/usr/local/bin/startdwm
|
|
slstatus &
|
|
pasystray &
|
|
nm-applet &
|
|
dunst &
|
|
bitwarden &
|
|
nextcloud &
|
|
|
|
exec dwm
|