dotfiles/de/home/.config/sway/config
2024-05-29 03:45:01 -06:00

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"