diff options
| -rw-r--r-- | config.def.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index debe177..f5bc1ec 100644 --- a/config.def.h +++ b/config.def.h @@ -23,8 +23,8 @@ static int log_level = WLR_ERROR;  /* Autostart */  static const char *const autostart[] = { -        "wbg", "/home/compromyse/Pictures/wallpaper.jpg", NULL, -        "/home/compromyse/.bar.sh", NULL, +        "wbg", "/etc/nixos/dist/wallpaper.jpg", NULL, +        "/etc/nixos/dist/bar.sh", NULL,          "way-displays", NULL,          "dunst", NULL,          "swayidle", "before-sleep", "swaylock", "lock", "swaylock", NULL, @@ -134,7 +134,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[] = { "/home/compromyse/.run.sh", NULL }; +static const char *menucmd[] = { "/etc/nixos/dist/run.sh", NULL };  static const char *lockcmd[] = { "swaylock", NULL };  static const Key keys[] = {  | 
