A lot of awesome changes and trying to use kmonad

This commit is contained in:
Chris Cochrun 2021-08-14 09:43:52 -05:00
parent 7fdc04e4d4
commit f51ff07986
18 changed files with 246 additions and 80 deletions

View file

@ -19,7 +19,8 @@
:screen awful.screen.preferred
:size_hints_honor false
:placement awful.placement.no_overlap
:shape gears.shape.rounded_rect
:shape_clip gears.shape.rounded_rect
:shape_bounding gears.shape.rounded_rect
}
}
@ -41,6 +42,35 @@
:placement (+ awful.placement.no_offscreen awful.placement.centered)
}
}
;; Davinci Resolve is fullscreen
{
:rule_any {
:instance [
"resolve"
]
:class [
"resolve"
]
}
:properties {
:floating true
:fullscreen true
}
}
{
:rule_any {
:name [
"Secondary Screen"
]
}
:properties {
:screen 2
:floating true
:fullscreen true
:size_hints_honor false
}
}
;; sxiv floating on main screen for quick picture viewing
{
:rule_any {