18 lines
378 B
Text
18 lines
378 B
Text
#
|
|
# Import
|
|
#
|
|
|
|
xwayland enable
|
|
|
|
exec "paplay $HOME/.config/sway/assets/sounds/login.ogg &"
|
|
|
|
# Variables
|
|
include $HOME/.config/sway/config-vars.d/*
|
|
include $HOME/.cache/wal/colors-sway
|
|
|
|
# Configs
|
|
include $HOME/.config/sway/config.d/*
|
|
|
|
#Misc
|
|
exec "dbus-update-activation-environment --systemd --all"
|
|
exec "dbus-update-activation-environment --systemd XDG_CURRENT_DESKTOP=sway"
|