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:
parent
c5053061ba
commit
0ac42801c9
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue