A lot of awesome changes and trying to use kmonad
This commit is contained in:
parent
7fdc04e4d4
commit
f51ff07986
18 changed files with 246 additions and 80 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue