changes for awesome

This commit is contained in:
Chris Cochrun 2022-11-15 15:18:03 -06:00
parent 780dada618
commit 4499b432da
7 changed files with 15 additions and 8 deletions

View file

@ -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)))

View file

@ -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