Simple script to toggle docked and detached output layouts

This commit is contained in:
John Mertz 2021-01-17 21:49:54 -05:00
parent 668c3269d9
commit 35ee85f260
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 &