Configuring/Variables: added locale variable (#1292)

This commit is contained in:
Luke Barkess 2025-11-22 13:59:40 +00:00 committed by GitHub
parent 3e3fdf4b01
commit 46192f8acc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,6 +63,7 @@ the layout pages and not here. (See the Sidebar for Dwindle and Master layouts)
| allow_tearing | master switch for allowing tearing to occur. See [the Tearing page](../Tearing). | bool | false | | allow_tearing | master switch for allowing tearing to occur. See [the Tearing page](../Tearing). | bool | false |
| resize_corner | force floating windows to use a specific corner when being resized (1-4 going clockwise from top left, 0 to disable) | int | 0 | | resize_corner | force floating windows to use a specific corner when being resized (1-4 going clockwise from top left, 0 to disable) | int | 0 |
| modal_parent_blocking | whether parent windows of modals will be interactive | bool | true | | modal_parent_blocking | whether parent windows of modals will be interactive | bool | true |
| locale | overrides the system locale (e.g. en_US, es) | str | \[\[Empty\]\] |
#### Snap #### Snap