This commit is contained in:
Chris Cochrun 2022-04-12 12:38:20 -05:00
parent fb4804311c
commit f4d4db3ba6
4 changed files with 208 additions and 3 deletions

View file

@ -30,6 +30,9 @@
:class [
"mpv"
]
:instance [
"mpv"
]
:name [
"Picture-in-Picture"
]
@ -37,12 +40,14 @@
:properties {
:floating true
:raise true
:height (dpi 1000)
;; :height (dpi 1200)
:width (dpi 1450)
:screen (if (= (screen.count) 3)
2
(screen.count))
:sticky true
:placement awful.placement.centered
;; :size_hints_honor false
}
}
;; Davinci Resolve is fullscreen
@ -188,7 +193,7 @@
:raise true
:screen awful.screen.preferred
:height (dpi 850)
:width (dpi 1450)
:width (dpi 1550)
}
}
{