16 lines
312 B
Text
16 lines
312 B
Text
# vi: ft=swayconfig
|
|
|
|
# Idle configuration
|
|
exec swayidle -w
|
|
|
|
# Dbug session
|
|
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
|
|
|
# notification daemon
|
|
exec_always fnott&
|
|
|
|
# Clear clipboard history
|
|
exec cliphist wipe
|
|
|
|
# clipboard history
|
|
exec wl-paste --watch cliphist store
|