From 411f9d8c6259ddd465d37ac230008d96894cfcaa Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Thu, 16 Jan 2025 14:46:00 +0100 Subject: [PATCH] i3: Bind r in resize mode for specific terminal width --- .config/i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index 0e22f79..f971316 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -162,6 +162,8 @@ mode "resize" { bindsym s resize set 1600 900 # "fullscreen" bindsym f resize set 3200 1770 + # "reader" - terminal with vim without line numbers fitting 80 characters + bindsym r resize set 1170 # Move window to center bindsym c move position center