i
Owner: IIIlllIIIllI URL: git@github.com:nyangkosense/i.git
config.def.h
Commit 58d7aada524f6866cb0277c241eae0cdd427556b by SeMi <sebastian.michalk@protonmail.com> on 2025-06-15 14:21:53 +0200
diff --git a/config.def.h b/config.def.h
index 49149af..9d4e8e2 100644
--- a/config.def.h
+++ b/config.def.h
@@ -25,8 +25,8 @@ static const struct {
static const char *battery_path = "/sys/class/power_supply/BAT0";
/* commands for power management (requires appropriate sudo permissions) */
-static const char *reboot_cmd = "/usr/bin/doas reboot";
-static const char *shutdown_cmd = "/usr/bin/doas shutdown -h now";
+static const char *reboot_cmd = "/usr/bin/doas /sbin/reboot";
+static const char *shutdown_cmd = "/usr/bin/doas /sbin/shutdown -h now";
/* ASCII art definitions for different operating systems */
static const char *ascii_alpine[] = {