mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-06 21:40:24 -04:00
patch: autostart
This commit is contained in:
parent
1e3f1f706c
commit
996e0b0f53
3 changed files with 157 additions and 0 deletions
8
config.h
8
config.h
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue