mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
34 lines
790 B
YAML
34 lines
790 B
YAML
|
|
menu:
|
||
|
|
- id: client-menu
|
||
|
|
item:
|
||
|
|
label: Minimize
|
||
|
|
action: { name: Iconify }
|
||
|
|
item:
|
||
|
|
label: Maximize
|
||
|
|
action: { name: ToggleMaximize }
|
||
|
|
menu:
|
||
|
|
id: workspaces
|
||
|
|
label: Workspace
|
||
|
|
item:
|
||
|
|
label: Move Left
|
||
|
|
action: { name: SendToDesktop, to: left }
|
||
|
|
item:
|
||
|
|
label: Move Right
|
||
|
|
action: { name: SendToDesktop, to: right }
|
||
|
|
separator:
|
||
|
|
item:
|
||
|
|
label: Always on Visible Workspace
|
||
|
|
action: { name: ToggleOmnipresent }
|
||
|
|
item:
|
||
|
|
label: Close
|
||
|
|
action: { name: Close }
|
||
|
|
|
||
|
|
- id: root-menu
|
||
|
|
items:
|
||
|
|
- label: Terminal
|
||
|
|
action: { name: Execute, command: alacritty }
|
||
|
|
- label: Reconfigure
|
||
|
|
action: { name: Reconfigure }
|
||
|
|
- label: Exit
|
||
|
|
action: { name: Exit }
|