mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-06 21:40:24 -04:00
fix:
This commit is contained in:
parent
20b5ce3d85
commit
1e1b823ee5
1 changed files with 4 additions and 4 deletions
8
config.h
8
config.h
|
@ -178,10 +178,10 @@ static const Button buttons[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *const autostart[] = {
|
static const char *const autostart[] = {
|
||||||
"hyprpaper", NULL,
|
"/bin/sh", "-c", "sleep 0.5; hyprpaper", NULL,
|
||||||
"wlsunset", "-l", "43.7", "-L", "-79.4", NULL,
|
"/bin/sh", "-c", "sleep 0.5; wlsunset", "-l", "43.7", "-L", "-79.4", NULL,
|
||||||
"hypridle", NULL,
|
"/bin/sh", "-c", "sleep 0.5; hypridle", NULL,
|
||||||
"fcitx5", NULL,
|
"fcitx5", NULL,
|
||||||
"wlr-randr", " --output", "DP-5", "--mode", "3440x1440@144Hz",
|
"wlr-randr", "--output", "DP-5", "--mode", "3440x1440@144Hz", NULL,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue