Don't overwrite active and urgent windows

They are already highlighted with CSS and overwriting makes it impossible to know what actual number they are.
This commit is contained in:
John Mertz 2024-02-01 09:36:05 -07:00
parent c5053061ba
commit 0ac42801c9
1 changed files with 4 additions and 4 deletions

View File

@ -46,10 +46,10 @@
"C7": "C7", "C7": "C7",
"C8": "C8", "C8": "C8",
"C9": "C9", "C9": "C9",
"grave": "", //"default": "",
"urgent": "!", //"urgent": "!",
"focused": "", //"focused": "",
"default": "" "grave": ""
} }
}, },
//"mpd": { //"mpd": {