opt: remove useless normalize keysym convert

This commit is contained in:
DreamMaoMao
2025-11-19 12:41:03 +08:00
parent d32fecfd23
commit e09748764d
3 changed files with 3 additions and 58 deletions
+1 -1
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)