why was i missing windowrule tag????
parent
b94e5b466e
commit
92f4148cb1
|
|
@ -26,6 +26,15 @@ windowrule {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
windowrule {
|
||||||
|
name = large-centered
|
||||||
|
match:tag = centered
|
||||||
|
float = on
|
||||||
|
move = (monitor_w*0.2) (monitor_h*0.2)
|
||||||
|
size = (monitor_w*0.6) (monitor_h*0.6)
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
windowrule {
|
windowrule {
|
||||||
name = launcher
|
name = launcher
|
||||||
match:tag = launcher
|
match:tag = launcher
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue