add: configuration options and keybinds for the dual-scroller layout

This commit is contained in:
rasmusq
2025-11-27 20:28:06 +01:00
parent be6ed1764f
commit 4a1a045a44
6 changed files with 40 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ float scroller_default_proportion_single = 1.0;
int scroller_ignore_proportion_single = 0;
int scroller_focus_center = 0;
int scroller_prefer_center = 0;
float dual_scroller_default_split_ratio = 0.3;
int focus_cross_monitor = 0;
int focus_cross_tag = 0;
int exchange_cross_monitor = 0;