fix: handle the name switch of swww to awww
This commit is contained in:
@@ -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 };
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
environment.systemPackages = [
|
||||
pkgs.gscreenshot
|
||||
pkgs.wlr-randr
|
||||
pkgs.swww
|
||||
pkgs.awww
|
||||
];
|
||||
programs.dwl = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user