changes for awesome
This commit is contained in:
parent
780dada618
commit
4499b432da
7 changed files with 15 additions and 8 deletions
|
@ -416,6 +416,8 @@
|
|||
{:description "toggle floating" :group "client"})
|
||||
(awful.key [ modkey ctrl ] "Return" (fn [c] (: c :swap (awful.client.getmaster)))
|
||||
{:description "move to master" :group "client"})
|
||||
(awful.key [ modkey ctrl ] "c" awful.placement.centered
|
||||
{:description "move the floating window to the center of the screen" :group "layout"})
|
||||
(awful.key [ modkey ] "o" (fn [c] (: c :move_to_screen))
|
||||
{:description "move to screen" :group "client"})
|
||||
(awful.key [ modkey ] "t" (fn [c] (set c.ontop (not c.ontop)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue