fixed timer size
parent
12e7283401
commit
2690f1bdd2
|
|
@ -14,8 +14,8 @@ windowrule = match:class nm-connection-editor, tag +mixer
|
|||
|
||||
windowrule = match:tag mixer, float on
|
||||
windowrule = match:tag mixer, pin on
|
||||
windowrule = match:tag mixer, move (monitor_w*0.73) (monitor_h*0.055)
|
||||
windowrule = match:tag mixer, size (monitor_w*0.25) (monitor_h*0.35)
|
||||
windowrule = match:tag mixer, move (monitor_w*0.7) (monitor_h*0.05)
|
||||
windowrule = match:tag mixer, size (monitor_w*0.2) (monitor_h*0.3)
|
||||
|
||||
windowrule {
|
||||
name = large-centered-L
|
||||
|
|
@ -39,8 +39,8 @@ windowrule {
|
|||
name = centered-small
|
||||
match:tag = centered-S
|
||||
float = on
|
||||
move = (monitor_w*0.45) (monitor_h*0.4)
|
||||
size = (monitor_w*0.1) (monitor_h*0.15)
|
||||
move = (monitor_w*0.4) (monitor_h*0.4)
|
||||
size = (monitor_w*0.2) (monitor_h*0.2)
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue