Tile wm config gen support for just sway

This commit is contained in:
Christian Colglazier 2022-08-18 15:58:35 -04:00
parent 42728fe683
commit c62bdae67d

View File

@ -5,4 +5,8 @@
cat ~/.config/i3/shared.conf ~/.config/i3/${computer}.conf > ~/.config/i3/config
i3-msg reload
if command -v i3-msg &> /dev/null; then
i3-msg reload
elif command -v swaymsg &> /dev/null; then
swaymsg reload
fi