new shortcuts
This commit is contained in:
parent
18e9047950
commit
dbd3d9626f
1
init.lua
1
init.lua
|
@ -113,7 +113,6 @@ local keys = gears.table.join(
|
||||||
awful.key({modkey}, "Insert", function ()
|
awful.key({modkey}, "Insert", function ()
|
||||||
awful.placement.top_left(client.focus)
|
awful.placement.top_left(client.focus)
|
||||||
client.focus:raise()
|
client.focus:raise()
|
||||||
|
|
||||||
end),
|
end),
|
||||||
--+ shortcut: align top-left
|
--+ shortcut: align top-left
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue