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