Remove emoji from hyprland/window mod

This commit is contained in:
Martin Larsson 2024-04-07 15:21:58 +02:00
parent 5629282498
commit 0b51f5cbe6

View file

@ -45,9 +45,10 @@
"window-rewrite": {}, "window-rewrite": {},
}, },
"hyprland/window": { "hyprland/window": {
"format": "👉 {}", "format": "{}",
"rewrite": { "rewrite": {
"(.*) — Mozilla Firefox": "🌎", "(.*) — Mozilla Firefox": "🌎",
"Zellij (.*)": "Zellij",
}, },
"separate-outputs": true "separate-outputs": true
}, },