diff options
author | Alan Pearce | 2017-08-17 19:24:19 +0200 |
---|---|---|
committer | Alan Pearce | 2017-08-17 19:24:19 +0200 |
commit | ab8c61f56ea5106868752ab023ad4ec501c5b2f2 (patch) | |
tree | 3944276daafc7840a8c89015eb1825d4ef3bc9db | |
parent | a240cca30cb961244331e427309b18c5ae4695d4 (diff) | |
download | dotfiles-ab8c61f56ea5106868752ab023ad4ec501c5b2f2.tar.lz dotfiles-ab8c61f56ea5106868752ab023ad4ec501c5b2f2.tar.zst dotfiles-ab8c61f56ea5106868752ab023ad4ec501c5b2f2.zip |
i3: Tweak keybindings
-rw-r--r-- | i3/.config/i3/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 54f308d..d0863f2 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -115,7 +115,7 @@ bindsym $mod+F11 fullscreen toggle # change container layout (stacked, tabbed, toggle split) bindsym $mod+s layout stacking bindsym $mod+t layout tabbed -bindsym $mod+d layout toggle split +bindsym $mod+r layout toggle split # toggle tiling / floating bindsym $mod+Shift+f floating toggle @@ -127,7 +127,7 @@ bindsym $mod+f focus mode_toggle bindsym $mod+a focus parent # focus the child container -#bindsym $mod+d focus child +bindsym $mod+d focus child # switch to workspace bindsym $mod+1 workspace 1 @@ -184,7 +184,7 @@ mode "resize" { bindsym Escape mode "default" } -bindsym $mod+r mode "resize" +bindsym $mod+Shift+r mode "resize" # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) |