Adding imv as an image viewer maybe

This commit is contained in:
Chris Cochrun 2021-05-24 06:19:31 -05:00
parent ae2ad7dd9d
commit a57177262a
6 changed files with 122 additions and 9 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")