some rewrites
This commit is contained in:
parent
95a725957e
commit
f66afc79af
1 changed files with 10 additions and 2 deletions
12
config
12
config
|
@ -102,9 +102,17 @@
|
||||||
},
|
},
|
||||||
"hyprland/window": {
|
"hyprland/window": {
|
||||||
"format": " {title}",
|
"format": " {title}",
|
||||||
|
"on-click-right": "$HOME/.config/hypr/scripts/screenshot_area",
|
||||||
"rewrite": {
|
"rewrite": {
|
||||||
"~*": " $1",
|
"(.*) - NVIM": " NeoVim",
|
||||||
"(.*) — ~/*": " $1"
|
"(.*) — Mozilla Firefox": " Firefox",
|
||||||
|
"(.*) — Mercury": " Mercury",
|
||||||
|
"": " Desktop",
|
||||||
|
"(.*) Spotify Free": " Spotify",
|
||||||
|
"(.*) Spotify": " Spotify",
|
||||||
|
"(.*) Tidal": " Tidal",
|
||||||
|
" ~": " pika@home",
|
||||||
|
"(.*) - Obsidian(.*)": " Obsidian",
|
||||||
},
|
},
|
||||||
"separate-outputs": false
|
"separate-outputs": false
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue