Merge branch 'master' of bitbucket.org:MoonQ/q-tools

This commit is contained in:
Q
2023-09-30 09:20:38 +03:00

View File

@@ -220,10 +220,10 @@ case $i in
a|all) _allon; ;;
p|primary) _cloneprimary; ;;
s|setup) _setup; ;;
0) ( arandr & ); ;;
1) _display_main; ;;
2) _display_presentation; ;;
3) _display_workstation; ;;
0|arandr) ( arandr & ); ;;
1|main) _display_main; ;;
2|presentation) _display_presentation; ;;
3|workstation) _display_workstation; ;;
[4-9]) _run_arandr_script $i; ;;
*) _run_arandr_script $i; ;;
esac