File: RootMenu.plist

package info (click to toggle)
wlmaker 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,884 kB
  • sloc: ansic: 54,832; xml: 1,424; python: 1,400; yacc: 118; lex: 70; sh: 16; makefile: 8
file content (22 lines) | stat: -rw-r--r-- 917 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//! @page etc_root_menu_plist etc/RootMenu.plist
//! Compiled-in default configuration for the root menu. See @ref root_menu
//! for details.
//! @include etc/RootMenu.plist
// Definition of root menu. Follows Window Maker plist order.
("Root Menu",
// ("Applications",
//  ("Terminal", Execute, "/usr/bin/foot"),
//  ("Chrome", ShellExecute, "/usr/bin/google-chrome --enable-features=UseOzonePlatform --ozone-platform=wayland --user-data-dir=/tmp/chrome-wayland")),
   ("Applications...", GeneratePlistMenu, "/usr/bin/wmmenugen -parser:xdg /usr/share/applications/"),
 ("Outputs...",
  ("Magnify", OutputMagnify),
  ("Reduce", OutputReduce),
  ("Configure", Execute, "wdisplays"),
  ("Save State", OutputSaveState)),
 ("Workspaces...",
  ("New", WorkspaceAdd),
  ("Destroy Last", WorkspaceDestroyLast),
  ("Go To Previous", WorkspacePrevious),
  ("Go To Next", WorkspaceNext)),
 ("Lock", LockScreen),
 (Exit, Quit))