suckless-utils/desktop/startdwm
Alexis Jhon Gaspar bb34217d59 Improved bottom statusbar
- Removed the useless placeholder
- Added more status buttons
- (During debugging) replaced Polybar with tint2, couldn't make it work
2023-09-23 20:53:15 +08:00

11 lines
490 B
Bash
Executable file

#!/bin/sh
systemctl --user restart clipmenud.service # restarts clipmenud, if installed
wal -R # could be changed
picom -b # launches compositor
/usr/local/bin/dwmblocks & # launches slstatus/dwmblocks
/usr/bin/dunst & # launches dunst daemon
paplay /usr/share/sounds/Oxygen-Sys-Special.ogg # autoplay sound, optional
nm-applet & # optional, launch network-manager applet
nemo-desktop & # launch nemo in desktop mode, to provide desktop icons, optional
exec /usr/local/bin/dwm # launch dwm