Merge pull request #119 from 0ida/master
added nix-profile desktop links path to menugen
This commit is contained in:
commit
2e81518544
|
@ -16,7 +16,7 @@ local next = next
|
||||||
module("menugen")
|
module("menugen")
|
||||||
|
|
||||||
-- Built in menubar should be checking local applications directory
|
-- 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
|
-- Expecting an wm_name of awesome omits too many applications and tools
|
||||||
menu_utils.wm_name = ""
|
menu_utils.wm_name = ""
|
||||||
|
|
Loading…
Reference in New Issue