From 69ba31114118914201971e362b83143397d0176c Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 10 Oct 2024 11:34:42 +0530 Subject: (fix): Update paths --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 5bebb2d..bda1fb4 100644 --- a/config.def.h +++ b/config.def.h @@ -27,7 +27,7 @@ static int log_level = WLR_ERROR; /* Autostart */ static const char *const autostart[] = { - "/etc/nixos/dist/bar.sh", NULL, + "/config/dist/bar.sh", NULL, "way-displays", NULL, "dunst", NULL, "swayidle", "before-sleep", "swaylock", "lock", "swaylock", NULL, @@ -136,7 +136,7 @@ static const char *upbrightness[] = { "brightnessctl", "set", "+5%", NULL }; static const char *downbrightness[] = { "brightnessctl", "set", "5%-", NULL }; static const char *termcmd[] = { "alacritty", NULL }; -static const char *menucmd[] = { "/etc/nixos/dist/run.sh", NULL }; +static const char *menucmd[] = { "/config/dist/run.sh", NULL }; static const char *filemanagercmd[] = { "pcmanfm", NULL }; static const char *lockcmd[] = { "swaylock", NULL }; -- cgit v1.2.3