blob: 7a76cd181affc7e8192ffdbdad341f10a7c2a377 (
plain)
1
2
3
4
5
6
7
8
9
|
exec "systemctl --user import-environment {,WAYLAND_}DISPLAY SWAYSOCK; systemctl --user start sway-session.target"
exec swaymsg -t subscribe '["shutdown"]' && systemctl --user stop sway-session.target
exec wl-paste --type text --watch cliphist store
exec wl-paste --type image --watch cliphist store
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
#exec --no-startup-id /usr/lib/polkit-kde-authentication-agent-1
|