aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/autostart_dwl
blob: a3d7f596bb4710c0daf4261d63a1828c41249336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 <&-