idk!
This commit is contained in:
parent
fb4804311c
commit
f4d4db3ba6
4 changed files with 208 additions and 3 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue