Laptop only changes and making pulsemixer work

This commit is contained in:
Chris Cochrun 2020-12-18 05:09:34 -06:00
parent 6022a5d849
commit 7b9718d667
8 changed files with 32 additions and 35 deletions

View file

@ -56,19 +56,23 @@
:placement (+ awful.placement.no_offscreen awful.placement.centered)
}
}
;; Pacmixer center and smaller
;; Pulsemixer center and smaller
{
:rule_any {
:class [
"pulsemixer"
"pulsemixer,Alacritty"
]
:name [
"pulsemixer"
]
}
:properties {
:floating true
:raise true
:height (dpi 600)
:height (dpi 800)
:ontop true
;; :height (dpi 350)
;; :width (dpi 700)
:placement (+ awful.placement.no_offscreen awful.placement.centered)
}
}