Fix some rules and mpv positioning
This commit is contained in:
parent
21ea41028d
commit
b99b8b191d
6 changed files with 85 additions and 79 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue