diff options
| author | Thomas Schneider <qsx@qsx.re> | 2019-03-10 19:57:42 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2019-03-10 19:57:42 +0100 |
| commit | 38dbe54ac7da8d3b770b8f500c77f29f83fd6dfa (patch) | |
| tree | b04852dc9f931927d5e4264fb648d13acc90a207 | |
| parent | f44c4555ac062c890d300fd6fe81f24b6b54b59c (diff) | |
i3: Add keybindings to handle multihead setups
| -rw-r--r-- | dot.config-i3-config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dot.config-i3-config b/dot.config-i3-config index ee6da28..899a92e 100644 --- a/dot.config-i3-config +++ b/dot.config-i3-config @@ -50,6 +50,16 @@ bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right +bindsym $mod+Mod1+n focus output left +bindsym $mod+Mod1+r focus output down +bindsym $mod+Mod1+s focus output up +bindsym $mod+Mod1+g focus output right + +bindsym $mod+Mod1+Shift+n move workspace to output left +bindsym $mod+Mod1+Shift+r move workspace to output down +bindsym $mod+Mod1+Shift+s move workspace to output up +bindsym $mod+Mod1+Shift+g move workspace to output right + # split in horizontal orientation bindsym $mod+h split h |
