Skip to content

Instantly share code, notes, and snippets.

@amonks
Created December 6, 2015 03:54
Show Gist options
  • Save amonks/a85504af56dbc22be24a to your computer and use it in GitHub Desktop.
Save amonks/a85504af56dbc22be24a to your computer and use it in GitHub Desktop.
{
"LAYOUTS": "----------------------",
"layouts": [
"tall",
"wide",
"fullscreen",
"column"
],
"MODIFIERS": "----------------------",
"mod1": [
"option",
"shift",
"control",
"command"
],
"COMMANDS": "----------------------",
"Commands are": {
"cycle-layout": "Cycle layout to the next layout",
"cycle-layout-backward": "Cycle layout to the previous layout",
"focus-screen-1": "Focus the main window on the first screen",
"focus-screen-2": "Focus the main window on the second screen",
"focus-screen-3": "Focus the main window on the third screen",
"focus-screen-4": "Focus the main window on the fourth screen",
"throw-screen-1": "Throw the focused window to the first screen",
"throw-screen-2": "Throw the focused window to the second screen",
"throw-screen-3": "Throw the focused window to the third screen",
"throw-screen-4": "Throw the focused window to the fourth screen",
"shrink-main": "Shrink the main pane of the current layout",
"expand-main": "Expand the main pane of the current layout",
"increase-main": "Increase the number of windows in the main pane",
"decrease-main": "Decrease the number of windows in the main pane",
"focus-ccw": "Move window focus counter-clockwise on the current screen",
"focus-cw": "Move window focus clockwise on the current screen",
"swap-ccw": "Swap focused window with the next window going counter-clockwise",
"swap-cw": "Swap focused window with the next window going clockwise",
"swap-main": "Swap focused window with the main window of its screen",
"throw-space-1": "Throw the focused window to the first space",
"throw-space-2": "Throw the focused window to the second space",
"throw-space-3": "Throw the focused window to the third space",
"throw-space-4": "Throw the focused window to the fourth space",
"throw-space-5": "Throw the focused window to the fifth space",
"throw-space-6": "Throw the focused window to the sixth space",
"throw-space-7": "Throw the focused window to the seventh space",
"throw-space-8": "Throw the focused window to the eighth space",
"throw-space-9": "Throw the focused window to the ninth space",
"toggle-float": "Toggle the focused window between being floating and tiled"
},
"screens": "4",
"cycle-layout": {
"mod": "mod1",
"key": "space"
},
"select-tall-layout": {
"mod": "mod1",
"key": "left"
},
"select-wide-layout": {
"mod": "mod1",
"key": "right"
},
"select-fullscreen-layout": {
"mod": "mod1",
"key": "up"
},
"select-column-layout": {
"mod": "mod1",
"key": "down"
},
"shrink-main": {
"mod": "mod1",
"key": "-"
},
"expand-main": {
"mod": "mod1",
"key": "="
},
"increase-main": {
"mod": "mod1",
"key": ","
},
"decrease-main": {
"mod": "mod1",
"key": "."
},
"swap-ccw": {
"mod": "mod1",
"key": "j"
},
"swap-cw": {
"mod": "mod1",
"key": "k"
},
"focus-ccw": {
},
"focus-cw": {
},
"swap-main": {
"mod": "mod1",
"key": "enter"
},
"throw-space-1": {
"mod": "mod1",
"key": "1"
},
"throw-space-2": {
"mod": "mod1",
"key": "2"
},
"throw-space-3": {
"mod": "mod1",
"key": "3"
},
"throw-space-4": {
"mod": "mod1",
"key": "4"
},
"toggle-float": {
"mod": "mod1",
"key": "f"
},
"MISC": "----------------------",
"floating": [
"com.apple.systempreferences",
"org.niltsh.MPlayerX",
"com.electron.saturn"
],
"float-small-windows": true,
"mouse-follows-focus": false,
"focus-follows-mouse": false,
"enables-layout-hud": false,
"enables-layout-hud-on-space-change": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment