mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-21 20:35:57 +01:00
add mcp
This commit is contained in:
parent
158a77e3c5
commit
d5caf1e6fd
1 changed files with 1 additions and 0 deletions
|
@ -368,6 +368,7 @@ _Subcategory `group:groupbar:`_
|
||||||
| close_special_on_empty | close the special workspace if the last window is removed | bool | true |
|
| close_special_on_empty | close the special workspace if the last window is removed | bool | true |
|
||||||
| new_window_takes_over_fullscreen | if there is a fullscreen window, whether a new tiled window opened should replace the fullscreen one or stay behind. 0 - behind, 1 - takes over, 2 - unfullscreen the current fullscreen window [0/1/2] | int | 0 |
|
| new_window_takes_over_fullscreen | if there is a fullscreen window, whether a new tiled window opened should replace the fullscreen one or stay behind. 0 - behind, 1 - takes over, 2 - unfullscreen the current fullscreen window [0/1/2] | int | 0 |
|
||||||
| initial_workspace_tracking | if enabled, windows will open on the workspace they were invoked on. 0 - disabled, 1 - single-shot, 2 - persistent (all children too) | int | 1 |
|
| initial_workspace_tracking | if enabled, windows will open on the workspace they were invoked on. 0 - disabled, 1 - single-shot, 2 - persistent (all children too) | int | 1 |
|
||||||
|
| middle_click_paste | whether to enable middle-click-paste (aka primary selection) | bool | true |
|
||||||
|
|
||||||
### Binds
|
### Binds
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue