mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 01:35:34 +00:00
Tile wm config gen support for just sway
This commit is contained in:
parent
42728fe683
commit
c62bdae67d
@ -5,4 +5,8 @@
|
|||||||
|
|
||||||
cat ~/.config/i3/shared.conf ~/.config/i3/${computer}.conf > ~/.config/i3/config
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user