Changed app launcher to rofi.
This commit is contained in:
parent
e09b8d45a7
commit
5f0e90fd25
@ -355,10 +355,14 @@ globalkeys = gears.table.join(
|
|||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
{description = "lua execute prompt", group = "awesome"}),
|
{description = "lua execute prompt", group = "awesome"}),
|
||||||
|
-- {{{ App launchers, use either one:
|
||||||
-- Menubar
|
-- Menubar
|
||||||
awful.key({ modkey }, "space", function() menubar.show() end,
|
--awful.key({ modkey }, "space", function() menubar.show() end,
|
||||||
{description = "show the menubar", group = "launcher"}),
|
-- {description = "show the menubar", group = "launcher"}),
|
||||||
|
-- rofi
|
||||||
|
awful.key({ modkey }, "space", function() awful.spawn("rofi -show run") end,
|
||||||
|
{description = "rofi", group = "launcher"}),
|
||||||
|
-- }}}
|
||||||
-- Custom bindings
|
-- Custom bindings
|
||||||
|
|
||||||
-- Volume
|
-- Volume
|
||||||
|
Loading…
Reference in New Issue
Block a user