2024-07-16 05:51:58 +03:00
|
|
|
#!/bin/sh
|
|
|
|
slstatus &
|
|
|
|
pasystray &
|
|
|
|
nm-applet &
|
2024-07-16 09:46:04 +03:00
|
|
|
xfce4-power-manager &
|
2024-07-16 07:16:59 +03:00
|
|
|
dunst &
|
2024-07-16 05:51:58 +03:00
|
|
|
bitwarden &
|
|
|
|
nextcloud &
|
2024-08-10 20:09:16 +03:00
|
|
|
easyeffects --gapplication-service &
|
2024-07-16 05:51:58 +03:00
|
|
|
|
|
|
|
exec dwm
|