diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 14:56:34 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 14:56:34 +0530 |
| commit | 0d88ee019a070f1bea5ab9744a128c29b4076cf9 (patch) | |
| tree | 1926dc22a6d0dffde1d86e882bb8489da03f23d6 /config.def.h | |
| parent | a8ad68ceb757bd41bd0a1ac9ebcdddc23206ad6c (diff) | |
update
Diffstat (limited to 'config.def.h')
| -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 f5f246e..debe177 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", "~/Pictures/wallpaper.jpg", NULL, - "~/.bar.sh", NULL, + "wbg", "/home/compromyse/Pictures/wallpaper.jpg", NULL, + "/home/compromyse/.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[] = { "~/.run.sh", NULL }; +static const char *menucmd[] = { "/home/compromyse/.run.sh", NULL }; static const char *lockcmd[] = { "swaylock", NULL }; static const Key keys[] = { |
