opt: remove useless normalize keysym convert

This commit is contained in:
DreamMaoMao 2025-11-13 10:42:35 +08:00
parent a7abe4c3c4
commit 6146b1a3b6
3 changed files with 3 additions and 58 deletions

View file

@ -974,7 +974,7 @@ int tag(const Arg *arg) {
}
int tagmon(const Arg *arg) {
Monitor *m = NULL,*cm = NULL;
Monitor *m = NULL, *cm = NULL;
Client *c = focustop(selmon);
if (!c)