This commit is contained in:
FabricSoul 2025-08-04 13:27:01 -04:00
parent 20b5ce3d85
commit 1e1b823ee5

View file

@ -178,10 +178,10 @@ static const Button buttons[] = {
};
static const char *const autostart[] = {
"hyprpaper", NULL,
"wlsunset", "-l", "43.7", "-L", "-79.4", NULL,
"hypridle", NULL,
"/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,
"fcitx5", NULL,
"wlr-randr", " --output", "DP-5", "--mode", "3440x1440@144Hz",
"wlr-randr", "--output", "DP-5", "--mode", "3440x1440@144Hz", NULL,
NULL
};