The startup file
This commit is contained in:
parent
671d78516f
commit
6b8201a53f
1 changed files with 9 additions and 0 deletions
9
startdwm
Executable file
9
startdwm
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/sh
|
||||||
|
#/usr/local/bin/startdwm
|
||||||
|
slstatus &
|
||||||
|
pasystray &
|
||||||
|
nm-applet &
|
||||||
|
bitwarden &
|
||||||
|
nextcloud &
|
||||||
|
|
||||||
|
exec dwm
|
Loading…
Reference in a new issue