keybind update
This commit is contained in:
parent
5d07cb2e42
commit
68fb59b522
9
init.lua
9
init.lua
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue