keybind update

This commit is contained in:
anakha 2021-06-11 02:02:58 -04:00
parent 5d07cb2e42
commit 68fb59b522
1 changed files with 0 additions and 9 deletions

View File

@ -148,15 +148,6 @@ local keys = gears.table.join(
end),
----+ shortcut: stack friendly left
awful.key({modkey, "Shift"}, "j", function ()
if not client.focus then return false end
c = client.focus
c.machi.region = 1
naughty.notify({text=inspect(c.machi)})
end),
----+ shortcut:
awful.key({modkey}, "k", function ()
if not client.focus then return false end