9 lines
269 B
Text
9 lines
269 B
Text
|
|
# Autostart apps and helpers on startup (used on all devices usually).
|
||
|
|
|
||
|
|
# Start swayidle, which will take care of locking the screen before sleep.
|
||
|
|
# (See config: .config/swayidle/config)
|
||
|
|
exec swayidle -w
|
||
|
|
|
||
|
|
# Persistent clipboard
|
||
|
|
exec wl-clip-persist --clipboard regular
|