From 22200c690f88e0a5879823a968674ef21f1b2549 Mon Sep 17 00:00:00 2001 From: nojhan Date: Mon, 7 Oct 2024 10:58:53 +0200 Subject: [PATCH] feat(i3): shortcuts to set fixed sizes --- .config/i3/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index 8dd6e99..f041882 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -200,8 +200,13 @@ mode "resize" { bindsym $mod+r mode "default" } +# Switch to resize mode. bindsym $mod+r mode "resize" +# Set the focused window to be of a fixed size. +bindsym $mod+v resize set 300 px +bindsym $mod+Shift+v resize set 400 px + # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar {