Add snap_floating related variables

This commit is contained in:
Etienne Beaulieu 2023-09-10 16:31:36 -04:00
parent 1c0b0c6ee4
commit 833ff79982
No known key found for this signature in database
GPG Key ID: E85D8128216A6470
1 changed files with 4 additions and 0 deletions

View File

@ -289,6 +289,10 @@ Described [here](../Keywords#per-device-input-configs).
| groupbar_text_color | controls the group bar text color | color | 0xffffffff |
| background_color | change the background color. (requires enabled `disable_hyprland_logo`) | color | 0x111111 |
| close_special_on_empty | close the special workspace if the last window is removed | bool | true |
| snap_floating | Enable floating windows to snap to either the windows or the monitor's edge (values: `monitor` or `windows`) | str | [[Empty]] |
| snap_floating_strength | determines the distance at which snapping occurs | int | 50 |
| snap_floating_outside | When `false`, windows will only snap to the inside of windows. When `true`, windows will snap inside and outside. Setting this to `true` might require adjusting your gaps size to play nice. | bool | false |
# Binds