tree: add window-management mode
This commit is contained in:
parent
1a73bbd075
commit
70a8f47288
20 changed files with 644 additions and 9 deletions
|
|
@ -573,6 +573,10 @@
|
|||
"focus-follows-mouse": {
|
||||
"type": "boolean",
|
||||
"description": "Configures whether moving the mouse over a window automatically moves the keyboard\nfocus to that window.\n\nThe default is `true`.\n"
|
||||
},
|
||||
"window-management-key": {
|
||||
"type": "string",
|
||||
"description": "Configures a key that will enable window management mode while pressed.\n\nIn window management mode, floating windows can be moved by pressing the left\nmouse button and all windows can be resize by pressing the right mouse button.\n\n- Example:\n\n ```toml\n window-management-key = \"Alt_L\"\n ```\n"
|
||||
}
|
||||
},
|
||||
"required": []
|
||||
|
|
@ -1110,7 +1114,9 @@
|
|||
"reload-config-to",
|
||||
"consume",
|
||||
"forward",
|
||||
"none"
|
||||
"none",
|
||||
"enable-window-management",
|
||||
"disable-window-management"
|
||||
]
|
||||
},
|
||||
"Status": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue