status wifi not connected

This commit is contained in:
Venelin Dechkov
2026-07-30 11:54:49 +03:00
parent 0ab423c983
commit c094e542d9
2 changed files with 19 additions and 14 deletions
-4
View File
@@ -2155,10 +2155,6 @@ main(int argc, char *argv[])
die("dwm: cannot open display");
checkotherwm();
setup();
#ifdef __OpenBSD__
if (pledge("stdio rpath proc exec", NULL) == -1)
die("pledge");
#endif /* __OpenBSD__ */
scan();
run();
cleanup();