updating a good number of little things
This commit is contained in:
parent
f4d4db3ba6
commit
a189f2bf8e
13 changed files with 61 additions and 16 deletions
|
@ -50,6 +50,24 @@
|
|||
;; :size_hints_honor false
|
||||
}
|
||||
}
|
||||
{
|
||||
:rule_any {
|
||||
:name [
|
||||
"webcam"
|
||||
]
|
||||
}
|
||||
:properties {
|
||||
:floating true
|
||||
:raise true
|
||||
:height (dpi 400)
|
||||
:screen (if (= (screen.count) 3)
|
||||
2
|
||||
(screen.count))
|
||||
:sticky true
|
||||
:ontop true
|
||||
:placement awful.placement.centered
|
||||
}
|
||||
}
|
||||
;; Davinci Resolve is fullscreen
|
||||
{
|
||||
:rule_any {
|
||||
|
@ -236,11 +254,13 @@
|
|||
"fp64"
|
||||
"vlc"
|
||||
"Vlc"
|
||||
"OpenLP"
|
||||
]
|
||||
:instance [
|
||||
"fp64"
|
||||
"vlc"
|
||||
"Vlc"
|
||||
"OpenLP"
|
||||
]
|
||||
:name [
|
||||
"Display Window"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue