fix renoise

This commit is contained in:
Nico 2021-10-31 19:36:09 +00:00
parent 6069918ef3
commit fd625084ef
1 changed files with 7 additions and 7 deletions

View File

@ -82,18 +82,18 @@ awful.layout.layouts = {
-- {{{ Menu
-- Create a launcher widget and a main menu
myawesomemenu = {
{ "hotkeys", function() hotkeys_popup.show_help(nil, awful.screen.focused()) end },
{ "manual", terminal .. " -e 'man awesome'" },
{ "edit config", "termite -e 'micro " .. awesome.conffile .. "'" },
{ "run lua code", function()
{ "Hotkeys", function() hotkeys_popup.show_help(nil, awful.screen.focused()) end },
{ "Manual", terminal .. " -e 'man awesome'" },
{ "Edit Config", "termite -e 'micro " .. awesome.conffile .. "'" },
{ "Run Lua", function()
awful.prompt.run({
prompt = "Run Lua code: ",
textbox = awful.screen.focused().mypromptbox.widget,
exe_callback = awful.util.eval,
history_path = awful.util.get_cache_dir() .. "/history_eval"})
end},
{ "restart", awesome.restart },
{ "quit", function() awesome.quit() end },
{ "Restart", awesome.restart },
{ "Quit", function() awesome.quit() end },
}
mynetmenu = {
@ -113,7 +113,7 @@ mymusicmenu = {
{"Catia", "catia"},
{"Carla", "carla"},
{"Cadence", "cadence"},
{"Renoise", "~/.local/bin/renoise"},
{"Renoise", "/home/nico/.local/bin/renoise"},
{"pd", "pd"},
{"Strawberry","strawberry"}
}