Reset i3 defaults
This commit is contained in:
parent
942bd9bd66
commit
0bbb340167
1 changed files with 26 additions and 27 deletions
37
i3/config
37
i3/config
|
@ -154,28 +154,28 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu
|
||||||
|
|
||||||
# resize window (you can also use the mouse for that)
|
# resize window (you can also use the mouse for that)
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
# These bindings trigger as soon as you enter the resize mode
|
# These bindings trigger as soon as you enter the resize mode
|
||||||
|
|
||||||
# Pressing left will shrink the window’s width.
|
# Pressing left will shrink the window’s width.
|
||||||
# Pressing right will grow the window’s width.
|
# Pressing right will grow the window’s width.
|
||||||
# Pressing up will shrink the window’s height.
|
# Pressing up will shrink the window’s height.
|
||||||
# Pressing down will grow the window’s height.
|
# Pressing down will grow the window’s height.
|
||||||
|
|
||||||
bindsym $mod+h resize shrink width 10 px or 10 ppt
|
bindsym $mod+h resize shrink width 10 px or 10 ppt
|
||||||
bindsym $mod+j resize grow height 10 px or 10 ppt
|
bindsym $mod+j resize grow height 10 px or 10 ppt
|
||||||
bindsym $mod+k resize shrink height 10 px or 10 ppt
|
bindsym $mod+k resize shrink height 10 px or 10 ppt
|
||||||
bindsym $mod+l resize grow width 10 px or 10 ppt
|
bindsym $mod+l resize grow width 10 px or 10 ppt
|
||||||
|
|
||||||
# same bindings, but for the arrow keys
|
# same bindings, but for the arrow keys
|
||||||
bindsym Left resize shrink 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 Down resize grow height 10 px or 10 ppt
|
||||||
bindsym Up resize shrink 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 Right resize grow width 10 px or 10 ppt
|
||||||
|
|
||||||
# back to normal: Enter or Escape or $mod+r
|
# back to normal: Enter or Escape or $mod+r
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
bindsym $mod+r mode "default"
|
bindsym $mod+r mode "default"
|
||||||
}
|
}
|
||||||
|
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
@ -220,4 +220,3 @@ client.background $blank
|
||||||
# MISC
|
# MISC
|
||||||
# Set Guake to work as floating window
|
# Set Guake to work as floating window
|
||||||
for_window [instance="guake"] floating enable
|
for_window [instance="guake"] floating enable
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue