Mappings
This commit is contained in:
parent
8f4b2a6f8a
commit
ac8249a394
3 changed files with 12 additions and 1 deletions
|
@ -41,5 +41,7 @@ conf.cmd = {
|
|||
|
||||
-- Mod-r binding for running programs
|
||||
conf.cmd.run = function() awful.util.spawn("dmenu_run -l 10 -y 350") end
|
||||
local menubar = require("menubar")
|
||||
conf.cmd.drun = menubar.show
|
||||
|
||||
return conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue