mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
add window_direction_monitor_fallback (#659)
This commit is contained in:
parent
7efb18bb5b
commit
9be12ba01f
1 changed files with 1 additions and 0 deletions
|
@ -385,6 +385,7 @@ _Subcategory `group:groupbar:`_
|
|||
| ignore_group_lock | If enabled, dispatchers like `moveintogroup`, `moveoutofgroup` and `movewindoworgroup` will ignore lock per group. | bool | false |
|
||||
| movefocus_cycles_fullscreen | If enabled, when on a fullscreen window, `movefocus` will cycle fullscreen, if not, it will move the focus in a direction. | bool | true |
|
||||
| disable_keybind_grabbing | If enabled, apps that request keybinds to be disabled (e.g. VMs) will not be able to do so. | bool | false |
|
||||
| window_direction_monitor_fallback | If enabled, moving a window or focus over the edge of a monitor with a direction will move it to the next monitor in that direction. | bool | true |
|
||||
|
||||
### XWayland
|
||||
|
||||
|
|
Loading…
Reference in a new issue