menu - MArpogaus/awesome GitHub Wiki
Description
This module configures the awesome and exit menu.
Configuration
This module is configured through the menus field with the following parameters:
| Name | Description | Type | Default | 
|---|---|---|---|
| exitmenu | add exit menu to the wibar | bool | nil | 
| mainmenu | add the main menu to the wibar | bool | true | 
And the applications field, holding the definition of the default applications.
| Name | Description | Type | Default | 
|---|---|---|---|
| browser | command to run the web browser | string | 'firefox' | 
| gui_editor | command to run the gui editor | string | 'nano' | 
| filemanager | command to run the file manger | string | 'thunar' | 
| terminal | command to run the terminal emulator | string | 'xterm' | 
| lock_command | command to lock the current session | string | 'light-locker-command -l' |