17 lines
492 B
Plaintext
17 lines
492 B
Plaintext
# Initial Setup
|
|
# exec $HOME/.config/sway/set_once.sh
|
|
|
|
# Config for sway
|
|
#
|
|
# Read `man 5 sway` for a complete reference.
|
|
|
|
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
|
exec hash dbus-update-activation-environment 2>/dev/null && \
|
|
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
|
|
|
# user config directory
|
|
include $HOME/.config/sway/config.d/*
|
|
|
|
# only enable this if every app you use is compatible with wayland
|
|
# xwayland disable
|