add loose focus behavior

This commit is contained in:
vaxerski 2022-10-15 14:14:50 +01:00
parent 48ac1c3253
commit e8d1489837
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ _[More about Animations](../Animations)._
| kb_rules | Appropriate XKB keymap parameter | str | \[EMPTY\] |
| kb_file | If you prefer, you can use a path to an .xkb file. | str | \[EMPTY\] |
| follow_mouse | (0/1/2/3) enable mouse following (focus on enter new window) - See the note below for more info | int | 1 |
| float_switch_override_focus | if enabled, focus will follow mouse if changing from tiled to floating and vice versa | bool | true |
| float_switch_override_focus | if enabled (1 or 2), focus will follow mouse if changing from tiled to floating and vice versa. 2 will also follow mouse on float -> float switches | int | 1 |
| repeat_rate | in ms, the repeat rate for held keys | int | 25 |
| repeat_delay | in ms, the repeat delay (grace period) before the spam | int | 600 |
| natural_scroll | enable natural scroll | bool | false |