diff options
Diffstat (limited to 'config.def.h')
| -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 }; | 
