1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00

Merge pull request #119 from 0ida/master

added nix-profile desktop links path to menugen
This commit is contained in:
Luke Bonham 2016-08-04 12:36:28 +02:00 committed by GitHub
commit 2e81518544

View file

@ -16,7 +16,7 @@ local next = next
module("menugen")
-- Built in menubar should be checking local applications directory
menu_gen.all_menu_dirs = { '/usr/share/applications/', '/usr/local/share/applications/', '~/.local/share/applications' }
menu_gen.all_menu_dirs = { '/usr/share/applications/', '/usr/local/share/applications/', '~/.local/share/applications', '~/.nix-profile/share/applications' }
-- Expecting an wm_name of awesome omits too many applications and tools
menu_utils.wm_name = ""