Implement variable single-window ratio

This commit is contained in:
Ben Buhse 2026-03-19 14:25:25 -05:00
commit 63f5fc1bcd
No known key found for this signature in database
GPG key ID: 7916ACFCD38FD0B4
6 changed files with 20 additions and 10 deletions

View file

@ -72,8 +72,8 @@ keybinds {
// Float/unfloat the currently-focused window
toggle_float Mod4+Shift F
// Change the primary ratio of the current output
change_ratio Mod4 H 0.05
change_ratio Mod4 L -0.05
change_primary_ratio Mod4 H 0.05
change_primary_ratio Mod4 L -0.05
// Change the number of windows in the primary side
increment_primary_count Mod4 I
decrement_primary_count Mod4 D