Added keybind to lauhcher

This commit is contained in:
2022-07-16 17:10:03 -07:00
parent 13b39f0953
commit 36ee880a0a
3 changed files with 18 additions and 12 deletions

View File

@ -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)