From cae1cbbad0b057f0277695a15aa30138b7a422ca Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Sun, 18 Jun 2023 18:34:53 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20:=20les=20raccourcis=20pour=20redm?= =?UTF-8?q?iensionner=20une=20fen=C3=AAtre=20sur=20i3=20sont=20moins=20vio?= =?UTF-8?q?lents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/i3/config.d/70-bindings.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/i3/config.d/70-bindings.conf b/config/i3/config.d/70-bindings.conf index 462ca84..a4e6364 100644 --- a/config/i3/config.d/70-bindings.conf +++ b/config/i3/config.d/70-bindings.conf @@ -86,15 +86,15 @@ bindsym $mod+Shift+r restart bindsym $mod+Shift+e exec i3-msg exit mode "resize" { - bindsym h resize shrink width 10 px or 10 ppt - bindsym j resize grow height 10 px or 10 ppt - bindsym k resize shrink height 10 px or 10 ppt - bindsym l resize grow width 10 px or 10 ppt + bindsym h resize shrink width 5 px or 5 ppt + bindsym j resize grow height 5 px or 5 ppt + bindsym k resize shrink height 5 px or 5 ppt + bindsym l resize grow width 5 px or 5 ppt - 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 + bindsym Left resize shrink width 5 px or 5 ppt + bindsym Down resize grow height 5 px or 5 ppt + bindsym Up resize shrink height 5 px or 5 ppt + bindsym Right resize grow width 5 px or 5 ppt bindsym Return mode "default" bindsym Escape mode "default"