Compare commits

..

20 Commits

Author SHA1 Message Date
cd33b0908e made font bigger for new glasses 2024-09-11 00:32:16 -03:00
d24e4a3cdf updated to use fontawesome 6 2024-09-11 00:32:16 -03:00
038d53ad35 undid amixer changes 2024-09-11 00:32:16 -03:00
82962c41fd adapted amixer commands and fontawesome to asus_desk 2024-09-11 00:32:16 -03:00
37e724cf20 added whitespace for nicer reading and modified screenshot keybinds 2024-09-11 00:32:16 -03:00
9e50a01e47 changed fontsize 2024-09-11 00:32:16 -03:00
f166e03f4a fixed tag ref format (must use << for numbers above 2 for some reason) 2024-09-11 00:32:16 -03:00
e62c05ccd5 added keepassxc and renamed some tag refs 2024-09-11 00:32:16 -03:00
0710bccb17 changed font and fontsize dmenu spawns with 2024-09-11 00:32:16 -03:00
09a2ba578b added commands and paths related to asus_desk 2024-09-11 00:32:16 -03:00
b0ea0b7f71 modified config.mk for asus_desk 2024-09-11 00:32:16 -03:00
6b68d858d5 changed MODKEY from alt to meta 2024-09-11 00:31:54 -03:00
3ac2a93836 applied hardware volume keys patch 2024-09-11 00:31:54 -03:00
e29705d3d3 added movekeyboard patch 2024-09-11 00:31:54 -03:00
c8a4485288 applied focusonclick patch 2024-09-11 00:31:54 -03:00
f4e9c7d13c applied gridmode patch 2024-09-11 00:31:54 -03:00
c3b138329e applied resizecorners patch 2024-09-11 00:31:54 -03:00
2826bf6282 applied adjacenttag-spikvacant patch 2024-09-11 00:31:54 -03:00
e898d6a993 applied hide vacant tags patch 2024-09-11 00:31:54 -03:00
Pontus Stenetorp
5687f46964 Add missing void to updateclientlist definition
Caught by -pedantic implying -Wstrict-prototypes for OpenBSD's 16.0.6 Clang.
2024-06-08 18:21:00 +02:00

2
dwm.c
View File

@ -2004,7 +2004,7 @@ updatebarpos(Monitor *m)
}
void
updateclientlist()
updateclientlist(void)
{
Client *c;
Monitor *m;