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",
|
||||
"C8": "C8",
|
||||
"C9": "C9",
|
||||
"grave": "",
|
||||
"urgent": "!",
|
||||
"focused": "",
|
||||
"default": ""
|
||||
//"default": "",
|
||||
//"urgent": "!",
|
||||
//"focused": "",
|
||||
"grave": ""
|
||||
}
|
||||
},
|
||||
//"mpd": {
|
||||
|
|
Loading…
Reference in New Issue