We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
slate
# Config config windowHintsFontSize 100 config nudgePercentOf screenSize config resizePercentOf screenSize config windowHintsTopLeftX (windowSizeX/2)-(windowHintsWidth/2) config windowHintsTopLeftY (windowSizeY/2)-(windowHintsHeight/2) config windowHintsIgnoreHiddenWindows false # General aliases alias sox screenOriginX alias soy screenOriginY alias ssx screenSizeX alias ssy screenSizeY # Position aliases alias centered ${sox}+${ssx}/4;${soy} ${ssx}/4*3;${ssy} alias fullscreen ${sox};${soy} ${ssx};${ssy} alias leftHalf ${sox};${soy} ${ssx}/2;${ssy} alias bottomHalf ${sox};${soy}+${ssy}/2 ${ssx};${ssy}/2 alias topHalf ${sox};${soy} ${ssx};${ssy}/2 alias rightHalf ${sox}+${ssx}/2;${soy} ${ssx}/2;${ssy} alias topLeftQuarter ${sox};${soy} ${ssx}/2;${ssy}/2 alias topRightQuarter ${sox}+${ssx}/2;${soy} ${ssx}/2;${ssy}/2 alias bottomLeftQuarter ${sox};${soy}+${ssy}/2 ${ssx}/2;${ssy}/2 alias bottomRightQuarter ${sox}+${ssx}/2;${soy}+${ssy}/2 ${ssx}/2;${ssy}/2 # Bindings bind [:cmd;alt move ${fullscreen} bind ]:cmd;alt move ${centered} bind left:cmd;alt move ${leftHalf} bind right:cmd;alt move ${rightHalf}
The text was updated successfully, but these errors were encountered:
测试一下
Sorry, something went wrong.
No branches or pull requests
slate
The text was updated successfully, but these errors were encountered: