15 lines
387 B
Text
15 lines
387 B
Text
#
|
|
# Import
|
|
#
|
|
|
|
# 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"
|
|
# exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|