add a bunch of sway stuff
This commit is contained in:
parent
e0d58c813d
commit
2ac99db38b
15 changed files with 521 additions and 0 deletions
10
.config/sway/config.d/10-service.conf
Normal file
10
.config/sway/config.d/10-service.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Import variables set-up by sway into the environment and notify systemd that
|
||||
# sway is ready.
|
||||
exec test -n "$$NOTIFY_SOCKET" \
|
||||
&& systemctl --user import-environment SWAYSOCK \
|
||||
DISPLAY \
|
||||
I3SOCK \
|
||||
WAYLAND_DISPLAY \
|
||||
XCURSOR_SIZE \
|
||||
XCURSOR_THEME \
|
||||
&& systemd-notify --ready
|
Loading…
Add table
Add a link
Reference in a new issue