Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 5013  / 2 Years ago, tue, july 12, 2022, 12:46:27

After sudo apt-get install awesome awesome-extra and logging into it (with no previous configuration that I know of), there's no menu entry for Firefox. All my other stuff is there - Mutt, Meld, jEdit, BOINC, etc., only Firefox is missing. I have no ~/.config/awesome/ directory, so there should be no override in place.


More From » firefox

 Answers
0

Try the menubar instead. It's mapped to modkey + p in the default config, and appears to be built using .desktop files:



local menubar = require("menubar")
...
awful.key({ modkey }, "p", function() menubar.show() end)

[#36729] Thursday, July 14, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
homerurhyth

Total Points: 338
Total Questions: 113
Total Answers: 105

Location: Moldova
Member since Sat, Aug 6, 2022
2 Years ago
;