diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-10 11:34:42 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-10 11:34:42 +0530 |
| commit | 69ba31114118914201971e362b83143397d0176c (patch) | |
| tree | 5407c87f8576bfc2241bcb42dc281a64afe1a085 | |
| parent | d21beae6aba66f6171403a17363f3564630d4e88 (diff) | |
(fix): Update paths
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 }; |
