This commit is contained in:
anakha 2021-06-10 14:24:28 -04:00
parent e8baa8a85f
commit edefb3e3c2
1 changed files with 4 additions and 2 deletions

View File

@ -96,12 +96,14 @@ local keys = gears.table.join(
--+ shortcut: shuffle up
awful.key({modkey}, "Page_Up", function ()
client.focus:geometry({width=800,height=800}) awful.placement.top_right(client.focus)
client.focus:geometry({width=800,height=800})
awful.placement.top_right(client.focus)
end),
--+ shortcut: align top-right
awful.key({modkey}, "Page_Down", function ()
client.focus:geometry({width=800,height=800}) awful.placement.bottom_right(client.focus)
client.focus:geometry({width=800,height=800})
awful.placement.bottom_right(client.focus)
end),
--+ shortcut: align bottom-right