summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-11-17 16:41:45 -0500
committerBen Sima <ben@bsima.me>2022-11-17 16:41:45 -0500
commit77d7f79048484266bddde2ce9405d10411a8a1d7 (patch)
treee634e9f099753620dfc63b02af612335db362e6f
parenta0864a1754debbf9eb93ceeb4886feb283b97160 (diff)
fix fresh wall cmdtree
Change-Id: I73147fc2c0dbace0bdcc1ea4a3a22a90ff7b6041
-rw-r--r--lib/cfg.def.h2
1 files changed, 1 insertions, 1 deletions
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")