diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-01-04 15:31:40 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-01-04 15:31:40 +0100 |
commit | b63d5389cfca88ac1da44ebcff3139f420dd72f3 (patch) | |
tree | 281b1a73232ee709d22e9dbabcab178a87648a4f /i3 | |
parent | 74b63e12fdeec50cd28b78eab7ad10e210d4fe44 (diff) |
Fold vimrc
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 61 |
1 files changed, 25 insertions, 36 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 28d5133..aa4f18c 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -89,56 +89,45 @@ bindsym $mod+Shift+minus move scratchpad bindsym $mod+minus scratchpad show # switch to workspace -bindsym $mod+ampersand workspace number 1 -bindsym $mod+bracketleft workspace number 2 -bindsym $mod+braceleft workspace number 3 -bindsym $mod+braceright workspace number 4 -bindsym $mod+parenleft workspace number 5 -bindsym $mod+equal workspace number 6 -bindsym $mod+asterisk workspace number 7 -bindsym $mod+parenright workspace number 8 -bindsym $mod+plus workspace number 9 +bindsym $mod+ampersand workspace number 1 +bindsym $mod+bracketleft workspace number 2 +bindsym $mod+braceleft workspace number 3 +bindsym $mod+braceright workspace number 4 +bindsym $mod+parenleft workspace number 5 +bindsym $mod+equal workspace number 6 +bindsym $mod+asterisk workspace number 7 +bindsym $mod+parenright workspace number 8 +bindsym $mod+plus workspace number 9 bindsym $mod+bracketright workspace number 10 # move focused container to workspace -bindsym $mod+Shift+ampersand move container to workspace number 1 -bindsym $mod+Shift+bracketleft move container to workspace number 2 -bindsym $mod+Shift+braceleft move container to workspace number 3 -bindsym $mod+Shift+braceright move container to workspace number 4 -bindsym $mod+Shift+1 move container to workspace number 5 -bindsym $mod+Shift+equal move container to workspace number 6 -bindsym $mod+Shift+asterisk move container to workspace number 7 -bindsym $mod+Shift+2 move container to workspace number 8 -bindsym $mod+Shift+plus move container to workspace number 9 +bindsym $mod+Shift+ampersand move container to workspace number 1 +bindsym $mod+Shift+bracketleft move container to workspace number 2 +bindsym $mod+Shift+braceleft move container to workspace number 3 +bindsym $mod+Shift+braceright move container to workspace number 4 +bindsym $mod+Shift+parenleft move container to workspace number 5 +bindsym $mod+Shift+equal move container to workspace number 6 +bindsym $mod+Shift+asterisk move container to workspace number 7 +bindsym $mod+Shift+parenright move container to workspace number 8 +bindsym $mod+Shift+plus move container to workspace number 9 bindsym $mod+Shift+bracketright move container to workspace number 10 # reload the configuration file bindsym $mod+Shift+c reload - -# restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r restart - -# exit i3 (logs you out of your X session) bindsym $mod+Shift+e exit -# resize window (you can also use the mouse for that) mode "resize" { - # These bindings trigger as soon as you enter the resize mode - - # Pressing left will shrink the window’s width. - # Pressing right will grow the window’s width. - # Pressing up will shrink the window’s height. - # Pressing down will grow the window’s height. - bindsym h resize shrink width 10 px or 10 ppt - bindsym j resize grow height 10 px or 10 ppt + bindsym h resize shrink width 10 px or 10 ppt + bindsym j resize grow height 10 px or 10 ppt bindsym k resize shrink height 10 px or 10 ppt - bindsym l resize grow width 10 px or 10 ppt + bindsym l resize grow width 10 px or 10 ppt # same bindings, but for the arrow keys - bindsym Left resize shrink width 10 px or 10 ppt - bindsym Down resize grow height 10 px or 10 ppt - bindsym Up resize shrink height 10 px or 10 ppt - bindsym Right resize grow width 10 px or 10 ppt + bindsym Left resize shrink width 10 px or 10 ppt + bindsym Down resize grow height 10 px or 10 ppt + bindsym Up resize shrink height 10 px or 10 ppt + bindsym Right resize grow width 10 px or 10 ppt # back to normal: Enter or Escape bindsym Return mode "default" |