Fix some rules and mpv positioning

This commit is contained in:
Chris Cochrun 2021-08-16 06:17:28 -05:00
parent 21ea41028d
commit b99b8b191d
6 changed files with 85 additions and 79 deletions

View file

@ -18,7 +18,7 @@
;; :buttons clientbuttons
:screen awful.screen.preferred
:size_hints_honor false
:placement awful.placement.no_overlap
;; :placement awful.placement.no_overlap
:shape_clip gears.shape.rounded_rect
:shape_bounding gears.shape.rounded_rect
}
@ -37,7 +37,7 @@
:properties {
:floating true
:raise true
:height (dpi 870)
:height (dpi 800)
:screen (screen.count)
:placement (+ awful.placement.no_offscreen awful.placement.centered)
}
@ -157,7 +157,11 @@
:rule_any {
:class [
"qutebrowser"
"nyxt"
]
:instance [
"nyxt"
]
}
:properties {
:screen (screen.count)