A lot of changes to awesome to make it work better for laptop
This commit is contained in:
parent
5e07d99a76
commit
f0a6e67f49
7 changed files with 52 additions and 16 deletions
|
@ -16,10 +16,10 @@
|
|||
:raise true
|
||||
;; :keys keys
|
||||
;; :buttons clientbuttons
|
||||
;; :screen awful.screen.preferred
|
||||
:screen awful.screen.preferred
|
||||
:size_hints_honor false
|
||||
:placement (+ awful.placement.no_overlap awful.placement.no_offscreen)
|
||||
;; :shape gears.shape.rounded_rect
|
||||
:placement awful.placement.no_overlap
|
||||
:shape gears.shape.rounded_rect
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -71,6 +71,22 @@
|
|||
:placement (+ awful.placement.no_offscreen awful.placement.centered)
|
||||
}
|
||||
}
|
||||
;; Org Capture
|
||||
{
|
||||
:rule_any {
|
||||
:name [
|
||||
"org-capture"
|
||||
]
|
||||
}
|
||||
:properties {
|
||||
:floating true
|
||||
:raise true
|
||||
:screen 1
|
||||
:width (dpi 900)
|
||||
:height (dpi 600)
|
||||
:placement (+ awful.placement.no_offscreen awful.placement.centered)
|
||||
}
|
||||
}
|
||||
;; Pulsemixer center and smaller
|
||||
{
|
||||
:rule_any {
|
||||
|
@ -83,9 +99,9 @@
|
|||
:raise true
|
||||
:ontop true
|
||||
:screen awful.screen.preferred
|
||||
;; :width (dpi 600)
|
||||
:height (dpi 300)
|
||||
:placement (+ awful.placement.no_offscreen awful.placement.centered)
|
||||
:width (dpi 600)
|
||||
:height (dpi 200)
|
||||
:placement awful.placement.centered
|
||||
}
|
||||
}
|
||||
;; Tell qb to open primarily on the secondary monitor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue