some change
This commit is contained in:
parent
08d69ede58
commit
18ae941c91
2 changed files with 92 additions and 44 deletions
32
config.jsonc
32
config.jsonc
|
@ -72,7 +72,7 @@
|
|||
"format": "{name}: {icon} [ {windows} ]",
|
||||
"format-icons": {
|
||||
"1": "",
|
||||
"2": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": "",
|
||||
|
@ -83,11 +83,27 @@
|
|||
},
|
||||
"window-rewrite-default": "",
|
||||
"window-rewrite": {
|
||||
"class<nvim>": " ",
|
||||
"class<neovide>": " ",
|
||||
"class<shell>": "",
|
||||
"class<kitty>": "",
|
||||
"class<feh>": "",
|
||||
"class<nvim>": " ",
|
||||
"class<neovide>": " ",
|
||||
"class<shell>": "",
|
||||
"class<kitty>": "",
|
||||
"class<alacritty>": "",
|
||||
"class<foot>": "",
|
||||
"class<wezterm>": "",
|
||||
"class<feh>": "",
|
||||
"class<thunar>": "",
|
||||
"class<nautilus>": "",
|
||||
"class<nemo>": "",
|
||||
"class<pcmanfm>": "",
|
||||
"class<dolphin>": "",
|
||||
"class<yazi>": "",
|
||||
"class<qflipper>": "",
|
||||
"class<cursor>": "",
|
||||
"class<python>": "",
|
||||
"class<python3>": "",
|
||||
"title<*.py>": "",
|
||||
"title<*.sh>": "",
|
||||
"title<yazi>": "",
|
||||
"thorium": "",
|
||||
"class<thunar>": "",
|
||||
"class<nautilus>": "",
|
||||
|
@ -122,6 +138,10 @@
|
|||
"(.*) - Tidal": " Tidal",
|
||||
" ~": " pika@home",
|
||||
"(.*) - Obsidian(.*)": " Obsidian",
|
||||
"(.*) - Cursor": " Cursor AI",
|
||||
"(.*) - QFlipper": " QFlipper",
|
||||
"(.*) - yazi": " yazi",
|
||||
"(.*)python(.*)": " Python",
|
||||
},
|
||||
"separate-outputs": false
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue