Skip to content

Commit

Permalink
binds: add type and default to allow_pin_fullscreen (#887)
Browse files Browse the repository at this point in the history
* binds: add type and default to allow_pin_fullscreen

* oops

* maybe its false instead idk
  • Loading branch information
nnyyxxxx authored Nov 28, 2024
1 parent 03b5af5 commit 43e1073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Configuring/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ _Subcategory `group:groupbar:`_
| 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 |
| allow_pin_fullscreen | If enabled, Allow fullscreen to pinned windows, and restore their pinned status afterwards
| allow_pin_fullscreen | If enabled, Allow fullscreen to pinned windows, and restore their pinned status afterwards | bool | false |

### XWayland

Expand Down

0 comments on commit 43e1073

Please sign in to comment.