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)))
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
:floating true
|
||||
:raise true
|
||||
;; :height (dpi 1200)
|
||||
:width (dpi 1650)
|
||||
:width (dpi 1950)
|
||||
:screen 1
|
||||
:sticky true
|
||||
:placement awful.placement.centered
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue