1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-23 03:11:49 +08:00
dotfiles/.config/sway/conf.d/custom
2024-04-22 21:08:35 +08:00

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