From edefb3e3c2d06eb2dd7f3832907c30359325855f Mon Sep 17 00:00:00 2001 From: anakha Date: Thu, 10 Jun 2021 14:24:28 -0400 Subject: [PATCH] refactor --- init.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index a7ca2c8..b27f76d 100644 --- a/init.lua +++ b/init.lua @@ -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