Compare commits

..

20 Commits

Author SHA1 Message Date
celso cd33b0908e made font bigger for new glasses 2024-09-11 00:32:16 -03:00
celso d24e4a3cdf updated to use fontawesome 6 2024-09-11 00:32:16 -03:00
celso 038d53ad35 undid amixer changes 2024-09-11 00:32:16 -03:00
celso 82962c41fd adapted amixer commands and fontawesome to asus_desk 2024-09-11 00:32:16 -03:00
celso 37e724cf20 added whitespace for nicer reading and modified screenshot keybinds 2024-09-11 00:32:16 -03:00
celso 9e50a01e47 changed fontsize 2024-09-11 00:32:16 -03:00
celso f166e03f4a fixed tag ref format (must use << for numbers above 2 for some reason) 2024-09-11 00:32:16 -03:00
celso e62c05ccd5 added keepassxc and renamed some tag refs 2024-09-11 00:32:16 -03:00
celso 0710bccb17 changed font and fontsize dmenu spawns with 2024-09-11 00:32:16 -03:00
celso 09a2ba578b added commands and paths related to asus_desk 2024-09-11 00:32:16 -03:00
celso b0ea0b7f71 modified config.mk for asus_desk 2024-09-11 00:32:16 -03:00
celso 6b68d858d5 changed MODKEY from alt to meta 2024-09-11 00:31:54 -03:00
celso 3ac2a93836 applied hardware volume keys patch 2024-09-11 00:31:54 -03:00
celso e29705d3d3 added movekeyboard patch 2024-09-11 00:31:54 -03:00
celso c8a4485288 applied focusonclick patch 2024-09-11 00:31:54 -03:00
celso f4e9c7d13c applied gridmode patch 2024-09-11 00:31:54 -03:00
celso c3b138329e applied resizecorners patch 2024-09-11 00:31:54 -03:00
celso 2826bf6282 applied adjacenttag-spikvacant patch 2024-09-11 00:31:54 -03:00
celso 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
1 changed files with 1 additions and 1 deletions

2
dwm.c
View File

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