Compare commits

..

19 Commits

Author SHA1 Message Date
dda32e1908 made font bigger for new glasses 2024-03-27 15:44:56 -03:00
652c543687 updated to use fontawesome 6 2024-03-27 15:44:56 -03:00
29ee4ac4d7 undid amixer changes 2024-03-27 15:44:56 -03:00
d4fd5a8e06 adapted amixer commands and fontawesome to asus_desk 2024-03-27 15:44:56 -03:00
60f5bbea5b added whitespace for nicer reading and modified screenshot keybinds 2024-03-27 15:44:56 -03:00
453fcad55e changed fontsize 2024-03-27 15:44:56 -03:00
1135274085 fixed tag ref format (must use << for numbers above 2 for some reason) 2024-03-27 15:44:56 -03:00
ce51700848 added keepassxc and renamed some tag refs 2024-03-27 15:44:56 -03:00
b6c7c2a798 changed font and fontsize dmenu spawns with 2024-03-27 15:44:56 -03:00
22d08de481 added commands and paths related to asus_desk 2024-03-27 15:44:56 -03:00
f04b0c17e2 modified config.mk for asus_desk 2024-03-27 15:44:56 -03:00
9146cfafdd changed MODKEY from alt to meta 2024-03-27 15:44:39 -03:00
d8198a74f5 applied hardware volume keys patch 2024-03-27 15:44:39 -03:00
7a7df4694b added movekeyboard patch 2024-03-27 15:44:39 -03:00
2d8fc93849 applied focusonclick patch 2024-03-27 15:44:39 -03:00
eaa098197a applied gridmode patch 2024-03-27 15:44:39 -03:00
827b92f5ad applied resizecorners patch 2024-03-27 15:44:39 -03:00
ca0703fea8 applied adjacenttag-spikvacant patch 2024-03-27 15:44:39 -03:00
1f99b89219 applied hide vacant tags patch 2024-03-27 15:44:39 -03:00

2
dwm.c

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