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 // Set the resolution
"wlr-randr", "--output", "DP-2", "--mode", "2560x1440@180Hz", NULL, "wlr-randr", "--output", "DP-2", "--mode", "2560x1440@180Hz", NULL,
// Start the wallpaper daemon // Start the wallpaper daemon
"swww-daemon", NULL, "awww-daemon", NULL,
// Include the wallpaper // Include the wallpaper
"swww", "img", WALLPAPER, "-t", "none", NULL, "awww", "img", WALLPAPER, "-t", "none", NULL,
// Start waybar // Start waybar
"waybar", NULL, "waybar", NULL,
// Needed for screencasting // 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 } } #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
/* commands */ /* commands */
static const char *termcmd[] = { "ghostty", NULL }; static const char *termcmd[] = { "foot", NULL };
static const char *menucmd[] = { "rofi", "-show", "drun", 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 *powrcmd[] = { "rofi", "-show", "pm", "-modi", "pm:rofi-power-menu", "--choices", "suspend/reboot/shutdown", NULL };
static const char *emjicmd[] = { "rofimoji", "--action", "copy", NULL }; static const char *emjicmd[] = { "rofimoji", "--action", "copy", NULL };
+1 -1
View File
@@ -3,7 +3,7 @@
environment.systemPackages = [ environment.systemPackages = [
pkgs.gscreenshot pkgs.gscreenshot
pkgs.wlr-randr pkgs.wlr-randr
pkgs.swww pkgs.awww
]; ];
programs.dwl = { programs.dwl = {
enable = true; enable = true;