mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-09 10:07:13 -05:00
opt: remove useless normalize keysym convert
This commit is contained in:
parent
d32fecfd23
commit
e09748764d
3 changed files with 3 additions and 58 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue