Correction : les raccourcis pour redmiensionner une fenêtre sur i3 sont moins violents

This commit is contained in:
Hippolyte Chauvin 2023-06-18 18:34:53 +02:00
parent 78bd5d62ff
commit cae1cbbad0

View file

@ -86,15 +86,15 @@ bindsym $mod+Shift+r restart
bindsym $mod+Shift+e exec i3-msg exit bindsym $mod+Shift+e exec i3-msg exit
mode "resize" { mode "resize" {
bindsym h resize shrink width 10 px or 10 ppt bindsym h resize shrink width 5 px or 5 ppt
bindsym j resize grow height 10 px or 10 ppt bindsym j resize grow height 5 px or 5 ppt
bindsym k resize shrink height 10 px or 10 ppt bindsym k resize shrink height 5 px or 5 ppt
bindsym l resize grow width 10 px or 10 ppt bindsym l resize grow width 5 px or 5 ppt
bindsym Left resize shrink width 10 px or 10 ppt bindsym Left resize shrink width 5 px or 5 ppt
bindsym Down resize grow height 10 px or 10 ppt bindsym Down resize grow height 5 px or 5 ppt
bindsym Up resize shrink height 10 px or 10 ppt bindsym Up resize shrink height 5 px or 5 ppt
bindsym Right resize grow width 10 px or 10 ppt bindsym Right resize grow width 5 px or 5 ppt
bindsym Return mode "default" bindsym Return mode "default"
bindsym Escape mode "default" bindsym Escape mode "default"