2025-04-24 11:42:53 +01:00
|
|
|
# vi: ft=swayconfig
|
|
|
|
|
|
|
|
|
|
# Idle configuration
|
|
|
|
|
exec swayidle -w
|
|
|
|
|
|
|
|
|
|
# Dbug session
|
|
|
|
|
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
|
|
|
|
|
|
|
|
|
# notification daemon
|
2025-10-02 22:56:24 +01:00
|
|
|
exec_always fnott&
|
2025-06-06 12:39:20 +01:00
|
|
|
|
|
|
|
|
# Clear clipboard history
|
|
|
|
|
exec cliphist wipe
|
|
|
|
|
|
|
|
|
|
# clipboard history
|
|
|
|
|
exec wl-paste --watch cliphist store
|
2025-10-09 09:22:18 +01:00
|
|
|
|
|
|
|
|
# Start sway session I guess ?
|
|
|
|
|
exec_always systemctl --user start sway-session.target
|