mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-23 03:11:49 +08:00
8 lines
293 B
Plaintext
8 lines
293 B
Plaintext
# vim: filetype=swayconfig
|
|
|
|
include ~/.config/sway/conf.d/custom.d/*
|
|
|
|
# Systemd integration
|
|
exec "systemctl --user import-environment {,WAYLAND_}DISPLAY SWAYSOCK; systemctl --user start sway-session.target"
|
|
exec swaymsg -t subscribe '["shutdown"]' && systemctl --user stop sway-session.target
|