minor fixes

This commit is contained in:
Luca Bilke 2022-09-16 17:50:07 +02:00
commit 23476257b4
No known key found for this signature in database
GPG key ID: 7B77C51E8C779E75
2 changed files with 2 additions and 3 deletions

1
dwm.c
View file

@ -2300,7 +2300,6 @@ tagmon(const Arg *arg)
void
togglebar(const Arg *arg)
{
printf("toggling bar\n");
selmon->showbar = selmon->pertag->showbars[selmon->pertag->curtag] = !selmon->showbar;
updatebarpos(selmon);
XMoveResizeWindow(dpy, selmon->barwin, selmon->wx, selmon->by, selmon->ww, bh);