From 6c3fb5af5002c78c62125ea551e1d9791aeebbc3 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Thu, 6 Feb 2020 13:27:09 -0800 Subject: [PATCH] add golden ratio resize to i3 --- .i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.i3/config b/.i3/config index 135fe0e..e013e83 100644 --- a/.i3/config +++ b/.i3/config @@ -143,6 +143,8 @@ bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) bindsym $mod+Shift+q exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'" +bindsym $mod+u resize set width 62ppt + # resize window (you can also use the mouse for that) mode "resize" { # These bindings trigger as soon as you enter the resize mode