Cleaned up keybinds
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user