Cleaned up keybinds

This commit is contained in:
2022-07-17 20:29:08 -07:00
parent 067b02c69e
commit fc761cb33b
9 changed files with 22 additions and 233 deletions

View File

@ -3,7 +3,7 @@ script = script .. " "
return {
keybinds = gears.table.join(
awful.key( {"Mod4"}, "a",
awful.key( {"Mod4"}, "l",
function ()
awful.spawn(script .. beautiful.icons.lockicon, false)
end,