i3: Bind r in resize mode for specific terminal width

This commit is contained in:
2025-01-16 14:46:00 +01:00
parent a9acba0cde
commit 411f9d8c62

View File

@@ -162,6 +162,8 @@ mode "resize" {
bindsym s resize set 1600 900 bindsym s resize set 1600 900
# "fullscreen" # "fullscreen"
bindsym f resize set 3200 1770 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 # Move window to center
bindsym c move position center bindsym c move position center