Simple script to toggle docked and detached output layouts
This commit is contained in:
parent
668c3269d9
commit
35ee85f260
|
@ -7,3 +7,5 @@ if [ "$CURRENT" == "detached" ]; then
|
|||
else
|
||||
/home/jpm/scripts/sway/displays.pl detached
|
||||
fi
|
||||
pkill mako
|
||||
mako &
|
||||
|
|
Loading…
Reference in New Issue