diff options
Diffstat (limited to '.local/bin/autostart_dwl')
| -rwxr-xr-x | .local/bin/autostart_dwl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.local/bin/autostart_dwl b/.local/bin/autostart_dwl index 5cc67a8..a3d7f59 100755 --- a/.local/bin/autostart_dwl +++ b/.local/bin/autostart_dwl @@ -1,6 +1,13 @@ #!/bin/sh +systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP +dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway + +nextcloud --background & dbar & status -d & +dunst & +/usr/lib/kdeconnectd & +cat ~/.config/bg/dwl.ff | ffbg & exec <&- |