about summary refs log tree commit diff
path: root/xnomad
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-03-06T20·13+0100
committerVincent Ambo <vincent@spotify.com>2013-03-06T20·13+0100
commit8dfa868c2fecbefc9d220196505ebda04d609ea8 (patch)
tree97d17b65d384ad0872d374ddd9567e805d1b2382 /xnomad
parent7cec58210aa2a805279b7c96d4241a0bacbcae84 (diff)
xnomad & zshrc
Diffstat (limited to 'xnomad')
-rw-r--r--xnomad20
1 files changed, 20 insertions, 0 deletions
diff --git a/xnomad b/xnomad
new file mode 100644
index 000000000000..4a2adc02588a
--- /dev/null
+++ b/xnomad
@@ -0,0 +1,20 @@
+{
+    "Ratio": 0.7,
+    "WindowsInMaster": 1,
+    "Hotkeys": {
+        "Swap":          { "key": "s", "modifiers": [ "option", "control" ] },
+        "SelectPrev":    { "key": "j", "modifiers": [ "option", "control" ] },
+        "SelectNext":    { "key": "k", "modifiers": [ "option", "control" ] },
+        "SwapPrev":      { "key": "j", "modifiers": [ "option", "control", "command" ] },
+        "SwapNext":      { "key": "k", "modifiers": [ "option", "control", "command" ] },
+        "FocusDisplay1": { "key": "e", "modifiers": [ "option", "control" ] },
+        "FocusDisplay2": { "key": "w", "modifiers": [ "option", "control" ] },
+        "ToDisplay1":    { "key": "e", "modifiers": [ "option", "control", "command" ] },
+        "ToDisplay2":    { "key": "w", "modifiers": [ "option", "control", "command" ] },
+        "CycleLayouts":  { "key": " ", "modifiers": [ "option", "control", "command" ] },
+        "IncreaseRatio": { "key": "l", "modifiers": [ "option", "control" ] },
+        "DecreaseRatio": { "key": "h", "modifiers": [ "option", "control" ] },
+        "MoreMasters":   { "key": ".", "modifiers": [ "option", "control" ] },
+        "FewerMasters":  { "key": ",", "modifiers": [ "option", "control" ] }
+    }
+}