adding a bunch of changes for awesomewm
This commit is contained in:
parent
f764e5d4f8
commit
3724fd7564
7 changed files with 81 additions and 17 deletions
|
@ -168,6 +168,8 @@
|
|||
:instance [
|
||||
"pulsemixer"
|
||||
]
|
||||
:class [
|
||||
]
|
||||
}
|
||||
:properties {
|
||||
:floating true
|
||||
|
@ -179,6 +181,44 @@
|
|||
:placement awful.placement.centered
|
||||
}
|
||||
}
|
||||
{
|
||||
:rule_any {
|
||||
:instance [
|
||||
"btop"
|
||||
]
|
||||
:class [
|
||||
"btop"
|
||||
]
|
||||
}
|
||||
:properties {
|
||||
:floating true
|
||||
:raise true
|
||||
:ontop true
|
||||
:screen awful.screen.preferred
|
||||
:width (dpi 1000)
|
||||
:height (dpi 700)
|
||||
:placement awful.placement.centered
|
||||
}
|
||||
}
|
||||
{
|
||||
:rule_any {
|
||||
:instance [
|
||||
"eww"
|
||||
]
|
||||
:class [
|
||||
"eww"
|
||||
]
|
||||
}
|
||||
:properties {
|
||||
:floating true
|
||||
:raise true
|
||||
:ontop true
|
||||
:screen awful.screen.preferred
|
||||
;; :width (dpi 600)
|
||||
;; :height (dpi 200)
|
||||
:placement (+ awful.placement.centered awful.placement.no_offscreen awful.placement.top)
|
||||
}
|
||||
}
|
||||
;; Tell qb to open primarily on the secondary monitor
|
||||
{
|
||||
:rule_any {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue