Feat(sway): use default config

This commit is contained in:
Bertrand Benjamin 2023-10-20 06:27:15 +02:00
parent 5b9d495de9
commit 140872d0e6
2 changed files with 2 additions and 6 deletions

View File

@ -267,5 +267,5 @@ bar {
swaybar_command waybar
}
# include /etc/sway/config.d/*
include /etc/sway/config.d/*
include ~/.config/sway/config.d/*

View File

@ -1,7 +1,3 @@
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
exec_always blueman-applet
exec_always /usr/bin/nm-applet --indicator
exec_always nextcloud
@ -18,4 +14,4 @@ exec_always "systemctl --user import-environment; systemctl --user start sway-se
exec swaymsg "workspace $ws1; exec firefox;"
exec swaymsg "workspace $ws2; exec thunderbird;"
exec swaymsg "workspace scratchpad; exec $term -e 'mocp';"