diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 15:03:31 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 15:03:31 +0530 |
| commit | 4984f47b34fe7cab0c08687c7ba5a531fa9dd8e5 (patch) | |
| tree | d75fb0a5236f1391e40aa85dcda679e12aa83839 | |
| parent | 0d88ee019a070f1bea5ab9744a128c29b4076cf9 (diff) | |
update
| -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[] = { |
