mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
Menubar: also look in /usr/local/share/applications
Signed-off-by: Gregor Best <gbe@ring0.de> Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
6b4d839fef
commit
d3a05e4822
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ local menu_gen = {}
|
|||
|
||||
-- Specifies all directories where menubar should look for .desktop
|
||||
-- files. The search is not recursive.
|
||||
menu_gen.all_menu_dirs = { '/usr/share/applications/' }
|
||||
menu_gen.all_menu_dirs = { '/usr/share/applications/', '/usr/local/share/applications/' }
|
||||
|
||||
-- Specify the mapping of .desktop Categories section to the
|
||||
-- categories in the menubar. If "use" flag is set to false then any of
|
||||
|
|
Loading…
Reference in a new issue