diff --git a/content/Configuring/Variables.md b/content/Configuring/Variables.md index faee1afc..c161de9e 100644 --- a/content/Configuring/Variables.md +++ b/content/Configuring/Variables.md @@ -47,7 +47,6 @@ the layout pages and not here. (See the Sidebar for Dwindle and Master layouts) | name | description | type | default | |---|---|---|---| | border_size | size of the border around windows | int | 1 | -| no_border_on_floating | disable borders for floating windows | bool | false | | gaps_in | gaps between windows, also supports css style gaps (top, right, bottom, left -> 5,10,15,20) | int | 5 | | gaps_out | gaps between windows and monitor edges, also supports css style gaps (top, right, bottom, left -> 5,10,15,20) | int | 20 | | float_gaps | gaps between windows and monitor edges for floating windows, also supports css style gaps (top, right, bottom, left -> 5 10 15 20). -1 means default | int | 0 | @@ -64,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 | | 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 | +| locale | overrides the system locale (e.g. en_US, es) | str | \[\[Empty\]\] | #### Snap diff --git a/content/Configuring/Window-Rules.md b/content/Configuring/Window-Rules.md index ee1ec63d..860851a2 100644 --- a/content/Configuring/Window-Rules.md +++ b/content/Configuring/Window-Rules.md @@ -269,7 +269,7 @@ precedence. i.e. ```ini windowrule = opacity 0.8 0.8, match:class kitty -windowrule = opacity 0.5 0.5, match:floating yes +windowrule = opacity 0.5 0.5, match:float yes ``` Here, all non-fullscreen kitty windows will have `opacity 0.8`, except if @@ -277,7 +277,7 @@ they are floating. Otherwise, they will have `opacity 0.5`. The rest of the non-fullscreen floating windows will have `opacity 0.5`. ```ini -windowrule = opacity 0.5 0.5, match:floating true +windowrule = opacity 0.5 0.5, match:float true windowrule = opacity 0.8 0.8, match:class kitty ``` diff --git a/content/Crashes and Bugs/_index.md b/content/Crashes and Bugs/_index.md index 833c380e..47e3246f 100644 --- a/content/Crashes and Bugs/_index.md +++ b/content/Crashes and Bugs/_index.md @@ -73,8 +73,8 @@ Try to reproduce your issue as fast as possible so we don't have to sift through First of all, **_READ THE [FAQ PAGE](../FAQ)_** -If your bug is not listed there, you can ask on the Discord server or open an -issue on GitHub. +If your bug is not listed there, you can ask on the Discord server or open a +[discussion on GitHub](https://github.com/hyprwm/Hyprland/discussions). ## Bisecting an issue