defwinprop{ class = "AcroRead", instance = "documentShell", acrobatic = true } defwinprop{ is_dockapp = true, statusbar = "systray", max_size = { w = 64, h = 64}, min_size = { w = 64, h = 64}, } ioncore.defshortening("[^:]+: (.*)(<[0-9]+>)", "$1$2$|$1$<...$2") ioncore.defshortening("[^:]+: (.*)", "$1$|$1$<...") ioncore.defshortening("(.*)(<[0-9]+>)", "$1$2$|$1$<...$2") ioncore.defshortening("(.*)", "$1$|$1$<...")