From 77d7f79048484266bddde2ce9405d10411a8a1d7 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 17 Nov 2022 16:41:45 -0500 Subject: fix fresh wall cmdtree Change-Id: I73147fc2c0dbace0bdcc1ea4a3a22a90ff7b6041 --- lib/cfg.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cfg.def.h b/lib/cfg.def.h index d1e7119..57709fc 100644 --- a/lib/cfg.def.h +++ b/lib/cfg.def.h @@ -79,7 +79,7 @@ static struct command system_commands[] = { DEFCMD("R", "reboot", "reboot") DEFCMD("S", "suspend", "systemctl suspend") DEFCMD("h", "h-m switch", "home-manager switch") - DEFCMD("w", "fresh wall", "n wal") + DEFCMD("w", "fresh wall", "wal") DEFCMD("x", "restart xbindkeys", "pkill xbindkeys && xbindkeys") DEFCMD("l", "light theme", "xtheme light") -- cgit v1.2.3