Simple script to toggle docked and detached output layouts

This commit is contained in:
John Mertz 2021-01-17 21:49:54 -05:00 committed by John Mertz
parent aa7ac22226
commit 31fe7a032b
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
1 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,5 @@ if [ "$CURRENT" == "detached" ]; then
else
/home/jpm/scripts/sway/displays.pl detached
fi
pkill mako
mako &