From 93d5c585e499f29583bfa50840a562e090651b12 Mon Sep 17 00:00:00 2001 From: FabricSoul Date: Mon, 4 Aug 2025 13:32:29 -0400 Subject: [PATCH] fix: remove hypridle and hyprpaper --- config.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index 6bc1577..2c34d97 100644 --- a/config.h +++ b/config.h @@ -178,9 +178,8 @@ static const Button buttons[] = { }; static const char *const autostart[] = { - "/bin/sh", "-c", "sleep 0.5; hyprpaper", NULL, - "/bin/sh", "-c", "sleep 0.5; wlsunset", "-l", "43.7", "-L", "-79.4", NULL, - "/bin/sh", "-c", "sleep 0.5; hypridle", NULL, + "wbg", "/home/fabric/Pictures/wallpaper/wallpaper.jpg", NULL, + "wlsunset", "-l", "43.7", "-L", "-79.4", NULL, "fcitx5", NULL, "wlr-randr", "--output", "DP-5", "--mode", "3440x1440@144Hz", NULL, NULL