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
c4000e1e
Commit
c4000e1e
authored
Apr 04, 2020
by
Jay Ta'ala
Browse files
Added smaller window resize keys.
parent
4fae418f
Changes
2
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
c4000e1e
...
...
@@ -367,12 +367,20 @@ bindsym $mod+$mod_next+Left resize shrink width 100 px or 10 ppt
bindsym $mod+$mod_next+Down resize grow height 100 px or 10 ppt
bindsym $mod+$mod_next+Up resize shrink height 100 px or 10 ppt
bindsym $mod+$mod_next+Right resize grow width 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+Left resize shrink width 50 px or 5 ppt
bindsym $mod+$mod_next+Shift+Down resize grow height 50 px or 5 ppt
bindsym $mod+$mod_next+Shift+Up resize shrink height 50 px or 5 ppt
bindsym $mod+$mod_next+Shift+Right resize grow width 50 px or 5 ppt
# hkjl resize
bindsym $mod+$mod_next+h resize shrink width 100 px or 10 ppt
bindsym $mod+$mod_next+j resize grow height 100 px or 10 ppt
bindsym $mod+$mod_next+k resize shrink height 100 px or 10 ppt
bindsym $mod+$mod_next+l resize grow width 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+h resize shrink width 50 px or 5 ppt
bindsym $mod+$mod_next+Shift+j resize grow height 50 px or 5 ppt
bindsym $mod+$mod_next+Shift+k resize shrink height 50 px or 5 ppt
bindsym $mod+$mod_next+Shift+l resize grow width 50 px or 5 ppt
# predefined sizes (70/30)
bindsym $mod+$mod_next+u resize set width 30 ppt
...
...
i3/config.simple
View file @
c4000e1e
...
...
@@ -203,12 +203,20 @@ bindsym $mod+$mod_next+Left resize shrink width 100 px or 10 ppt
bindsym $mod+$mod_next+Down resize grow height 100 px or 10 ppt
bindsym $mod+$mod_next+Up resize shrink height 100 px or 10 ppt
bindsym $mod+$mod_next+Right resize grow width 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+Left resize shrink width 50 px or 5 ppt
bindsym $mod+$mod_next+Shift+Down resize grow height 50 px or 5 ppt
bindsym $mod+$mod_next+Shift+Up resize shrink height 50 px or 5 ppt
bindsym $mod+$mod_next+Shift+Right resize grow width 50 px or 5 ppt
# hkjl resize
bindsym $mod+$mod_next+h resize shrink width 100 px or 10 ppt
bindsym $mod+$mod_next+j resize grow height 100 px or 10 ppt
bindsym $mod+$mod_next+k resize shrink height 100 px or 10 ppt
bindsym $mod+$mod_next+l resize grow width 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+h resize shrink width 50 px or 5 ppt
bindsym $mod+$mod_next+Shift+j resize grow height 50 px or 5 ppt
bindsym $mod+$mod_next+Shift+k resize shrink height 50 px or 5 ppt
bindsym $mod+$mod_next+Shift+l resize grow width 50 px or 5 ppt
# predefined sizes (70/30)
bindsym $mod+$mod_next+u resize set width 30 ppt
...
...
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