Added keybind to lauhcher
This commit is contained in:
@ -57,17 +57,6 @@ return gears.table.join(
|
||||
}
|
||||
),
|
||||
|
||||
awful.key( {"Mod4"}, "Tab",
|
||||
function ()
|
||||
bin.rofi.launcher()
|
||||
end,
|
||||
|
||||
{
|
||||
description = "Open Launcher",
|
||||
group = "Launcher"
|
||||
}
|
||||
),
|
||||
|
||||
awful.key( {"Mod4"}, "Return",
|
||||
function ()
|
||||
awful.spawn(terminal)
|
||||
|
Reference in New Issue
Block a user