opt: remove useless normalize keysym convert

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

View File

@@ -971,7 +971,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)