addet some rewrites
This commit is contained in:
parent
f4ebec0c75
commit
7413e52908
1 changed files with 8 additions and 3 deletions
11
config.jsonc
11
config.jsonc
|
@ -81,26 +81,31 @@
|
||||||
"special": "",
|
"special": "",
|
||||||
"default": ""
|
"default": ""
|
||||||
},
|
},
|
||||||
"window-rewrite-default": "",
|
"window-rewrite-default": "",
|
||||||
"window-rewrite": {
|
"window-rewrite": {
|
||||||
"class<nvim>": " ",
|
"class<nvim>": " ",
|
||||||
"class<neovide>": " ",
|
"class<neovide>": " ",
|
||||||
"class<shell>": "",
|
"class<shell>": "",
|
||||||
|
"class<kitty>": "",
|
||||||
"class<feh>": "",
|
"class<feh>": "",
|
||||||
"thorium": "",
|
"thorium": "",
|
||||||
"class<thunar>": "",
|
"class<thunar>": "",
|
||||||
|
"class<nautilus>": "",
|
||||||
"class<virt-manager>": "",
|
"class<virt-manager>": "",
|
||||||
"mercury":"",
|
"mercury":"",
|
||||||
"VSCodium": "",
|
"VSCodium": "",
|
||||||
"title<Gear lever>": "",
|
"title<Gear lever>": "",
|
||||||
"balenaEtcher": "",
|
"balenaEtcher": "",
|
||||||
|
"class<tidal-hifi>": "",
|
||||||
"class<Minecraft*>": "",
|
"class<Minecraft*>": "",
|
||||||
|
"class<GDLauncher*>": "",
|
||||||
"title<.*youtube.*>": "",
|
"title<.*youtube.*>": "",
|
||||||
"title<*netflix.*>": "",
|
"title<*netflix.*>": "",
|
||||||
"title<nwg-look>": "",
|
"title<nwg-look>": "",
|
||||||
"title<Steam>": "",
|
"title<Steam>": "",
|
||||||
"title<Special Offers>": "",
|
"title<Special Offers>": "",
|
||||||
"Invidious": " ",
|
"class<Invidious>": " ",
|
||||||
|
// "Invidious": " ",
|
||||||
"class<mercury*> title<.*github.*>": "", // Windows whose class is "firefox" and title contains "github". Note that "class" always comes first.
|
"class<mercury*> title<.*github.*>": "", // Windows whose class is "firefox" and title contains "github". Note that "class" always comes first.
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -114,7 +119,7 @@
|
||||||
"(.*) — Mercury": " Mercury",
|
"(.*) — Mercury": " Mercury",
|
||||||
"(.*) Spotify Free": " Spotify",
|
"(.*) Spotify Free": " Spotify",
|
||||||
"(.*) Spotify": " Spotify",
|
"(.*) Spotify": " Spotify",
|
||||||
"(.*) Tidal": " Tidal",
|
"(.*) - Tidal": " Tidal",
|
||||||
" ~": " pika@home",
|
" ~": " pika@home",
|
||||||
"(.*) - Obsidian(.*)": " Obsidian",
|
"(.*) - Obsidian(.*)": " Obsidian",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue