Add sway config and other Wayland-related stuff
This commit is contained in:
parent
2ef36eb976
commit
ecd2f63c92
18 changed files with 664 additions and 0 deletions
8
.config/sway/config.d/70_autostart
Normal file
8
.config/sway/config.d/70_autostart
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue