patch: autostart

This commit is contained in:
FabricSoul 2025-08-04 12:41:49 -04:00
parent 1e3f1f706c
commit 996e0b0f53
3 changed files with 157 additions and 0 deletions

View file

@ -176,3 +176,11 @@ static const Button buttons[] = {
{ MODKEY, BTN_MIDDLE, togglefloating, {0} },
{ MODKEY, BTN_RIGHT, moveresize, {.ui = CurResize} },
};
static const char *const autostart[] = {
"hyprpaper", NULL,
"wlsunset", "-l", "43.7", "-L", "-79.4", NULL,
"hypridle", NULL,
"fcitx5"; NULL,
NULL
};