7 lines
98 B
Bash
Executable File
7 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
# Start dwmblocks as statusbar
|
|
dwmblocks &
|
|
|
|
# Start dunst as notificationserver
|
|
dunst &
|