Last active
July 23, 2018 07:50
-
-
Save ConnorGriffin/5cf803de0905248296fcd647ab880f61 to your computer and use it in GitHub Desktop.
My quicktile.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[general] | |
cfg_schema = 1 | |
ColumnCount = 3 | |
UseWorkarea = True | |
ModMask = <Mod4> | |
MovementsWrap = True | |
[keys] | |
C = move-to-center | |
H = horizontal-maximize | |
V = vertical-maximize | |
M = maximize | |
Left = left | |
Right = right | |
Down = bottom | |
Up = top | |
q = top-left | |
w = top-right | |
r = bottom-right | |
a = bottom-left | |
grave = middle | |
Return = monitor-switch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment