Skip to content

Commit

Permalink
Getting sick & tired of accidentally triggering resize mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackson15j committed Jan 14, 2021
1 parent b26d225 commit 9b1ded2
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions bash/.config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -179,32 +179,6 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu
# lock screen
bindsym $mod+Ctrl+l exec i3lock --color=#111111 -f

# 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 j resize shrink width 10 px or 10 ppt
bindsym k resize grow height 10 px or 10 ppt
bindsym l resize shrink height 10 px or 10 ppt
bindsym semicolon 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

# back to normal: Enter or Escape or $mod+r
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym $mod+r mode "default"
}

bindsym $mod+r mode "resize"
bindsym $mod+u resize shrink width 10 px or 10 ppt
bindsym $mod+i resize grow height 10 px or 10 ppt
bindsym $mod+o resize shrink height 10 px or 10 ppt
Expand Down

0 comments on commit 9b1ded2

Please sign in to comment.