Merge branch 'master' of gitlab.com:chriscochrun/dotfiles

This commit is contained in:
Chris Cochrun 2021-05-24 20:48:22 -05:00
commit f7c99edabb
6 changed files with 123 additions and 4 deletions

View file

@ -574,6 +574,8 @@
(client.connect_signal "focus" (fn [c] (set c.border_color beautiful.border_focus)))
(client.connect_signal "unfocus" (fn [c] (set c.border_color beautiful.border_normal)))
(client.connect_signal "request::manage" (fn [c] (if c.floating (set c.placement awful.placement.centered))))
(awful.screen.focus 1)
(awful.spawn "picom --experimental-backend")

View file

@ -47,14 +47,16 @@
:class [
"sxiv"
"Sxiv"
"imv"
"Imv"
]
}
:properties {
:floating true
:raise true
;; :height (dpi 900)
;; :width (dpi 1500)
:placement (+ awful.placement.no_offscreen awful.placement.centered)
:height (dpi 600)
:width (dpi 900)
}
}
;; Emacs