wayland.windowManager.labwc.menu
Home-Manager option
Config to configure labwc menu
type: list of (XML value)Default
[ ]
Example
declared in: <home-manager/modules/services/window-managers/labwc>source unavailable[ { label = "pipemenu"; menuId = "menu"; execute = "/home/user/nix/scripts/pipe.sh"; } { menuId = "client-menu"; label = "Client Menu"; icon = ""; items = [ { label = "Maximize"; icon = ""; action = { name = "ToggleMaximize"; }; } { label = "Fullscreen"; action = { name = "ToggleFullscreen"; }; } { label = "Alacritty"; action = { name = "Execute"; command = "alacritty"; }; } { label = "Move Left"; action = { name = "SendToDesktop"; to = "left"; }; } { separator = { }; } { label = "Workspace"; menuId = "workspace"; icon = ""; items = [ { label = "Move Left"; action = { name = "SendToDesktop"; to = "left"; }; } ]; } { separator = true; } ]; } ];