fix: handle the name switch of swww to awww

This commit is contained in:
2026-04-10 20:20:06 -04:00
parent 0e419faa8e
commit 0e268f0970
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -105,9 +105,9 @@ static const char *const autostart[] = {
// Set the resolution
"wlr-randr", "--output", "DP-2", "--mode", "2560x1440@180Hz", NULL,
// Start the wallpaper daemon
"swww-daemon", NULL,
"awww-daemon", NULL,
// Include the wallpaper
"swww", "img", WALLPAPER, "-t", "none", NULL,
"awww", "img", WALLPAPER, "-t", "none", NULL,
// Start waybar
"waybar", NULL,
// Needed for screencasting
@@ -183,7 +183,7 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
/* commands */
static const char *termcmd[] = { "ghostty", NULL };
static const char *termcmd[] = { "foot", NULL };
static const char *menucmd[] = { "rofi", "-show", "drun", NULL };
static const char *powrcmd[] = { "rofi", "-show", "pm", "-modi", "pm:rofi-power-menu", "--choices", "suspend/reboot/shutdown", NULL };
static const char *emjicmd[] = { "rofimoji", "--action", "copy", NULL };