new shortcuts

This commit is contained in:
anakha 2021-06-10 19:17:44 -04:00
parent dbd3d9626f
commit 56f5ba9f7f
1 changed files with 7 additions and 0 deletions

View File

@ -62,6 +62,9 @@ end
---------------------------------------------------------> key bindings -- ;
local keys = gears.table.join(
----------------------> SHUFFLE <----------------------
awful.key({modkey}, "p", function ()
local tablist = region_tablist()
local next_client = nil
@ -89,6 +92,8 @@ local keys = gears.table.join(
end),
--+ shortcut: shuffle up
----------------------> PLACEMENT <----------------------
awful.key({modkey}, "Page_Up", function ()
client.focus:geometry({width=800,height=800})
awful.placement.top_right(client.focus)
@ -122,6 +127,8 @@ local keys = gears.table.join(
end),
--+ shortcut: align bottom-left
----------------------> NAVIGATION <----------------------
awful.key({modkey}, "j", function ()
awful.client.focus.bydirection("left", nil,true)
client.focus:raise()