dpi settings for MPV window

This commit is contained in:
Chris Cochrun 2020-12-03 13:36:34 -06:00
parent fda17aea44
commit 2135c0a0a3
4 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,7 @@
(local gears (require "gears"))
(local beautiful (require "beautiful"))
(local keybindings (require "keybindings"))
(local dpi xresources.apply_dpi)
(local rules [
;; All clients match this rule
@ -33,7 +34,7 @@
:properties {
:floating true
:raise true
:height 900
:height (dpi 900)
:screen (screen.count)
:placement (+ awful.placement.no_offscreen awful.placement.centered)
}