Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
6dac2c33
Commit
6dac2c33
authored
Nov 16, 2019
by
Jay Ta'ala
Browse files
Change default resize width/height. Simplified (removed the smaller window resize shortcuts).
parent
a3e7914e
Changes
1
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
6dac2c33
...
...
@@ -409,27 +409,16 @@ bindsym $mod+F12 exec --no-startup-id i3exit suspend, mode "default"
#}
# arrow key resizing without resize mode
bindsym $mod+Mod1+Left resize shrink width 100 px or
2
0 ppt
bindsym $mod+Mod1+Down resize grow height 100 px or
2
0 ppt
bindsym $mod+Mod1+Up resize shrink height 100 px or
2
0 ppt
bindsym $mod+Mod1+Right resize grow width 100 px or
2
0 ppt
bindsym $mod+Mod1+Left resize shrink width 100 px or
1
0 ppt
bindsym $mod+Mod1+Down resize grow height 100 px or
1
0 ppt
bindsym $mod+Mod1+Up resize shrink height 100 px or
1
0 ppt
bindsym $mod+Mod1+Right resize grow width 100 px or
1
0 ppt
# hkjl resize
bindsym $mod+Mod1+h resize shrink width 100 px or 20 ppt
bindsym $mod+Mod1+j resize grow height 100 px or 20 ppt
bindsym $mod+Mod1+k resize shrink height 100 px or 20 ppt
bindsym $mod+Mod1+l resize grow width 100 px or 20 ppt
bindsym $mod+Mod1+Shift+Left resize shrink width 10 px or 2 ppt
bindsym $mod+Mod1+Shift+Down resize grow height 10 px or 2 ppt
bindsym $mod+Mod1+Shift+Up resize shrink height 10 px or 2 ppt
bindsym $mod+Mod1+Shift+Right resize grow width 10 px or 2 ppt
# hjkl resize (small)
bindsym $mod+Mod1+Shift+h resize shrink width 10 px or 2 ppt
bindsym $mod+Mod1+Shift+j resize grow height 10 px or 2 ppt
bindsym $mod+Mod1+Shift+k resize shrink height 10 px or 2 ppt
bindsym $mod+Mod1+Shift+l resize grow width 10 px or 2 ppt
bindsym $mod+Mod1+h resize shrink width 100 px or 10 ppt
bindsym $mod+Mod1+j resize grow height 100 px or 10 ppt
bindsym $mod+Mod1+k resize shrink height 100 px or 10 ppt
bindsym $mod+Mod1+l resize grow width 100 px or 10 ppt
# "netflix" and "spotify" modes
bindsym $mod+Mod1+n floating enable;sticky enable;resize set 612 343;border none
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment