summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorsewn <sewn@disroot.org>2024-02-21 20:41:29 +0300
committerA Frederick Christensen <fauxmight@noreply.codeberg.org>2024-05-05 18:40:23 +0000
commit5c19e23146b6163e6508765f0062cde9a1718be7 (patch)
tree86636c29836521b9c25ab7fc0bd408e2e9905068 /config.def.h
parent577d8da6d17dad5f847795582ebf813f3c5c04a7 (diff)
switch to wmenu
bemenu is very bloated, turning itself into a library, which makes it 7489 SLOC. wmenu on the other hand, looks suckless by default, and is only 2000 SLOC, which i also find alot nicer to use, since bemenu does nothing to replicate the original dmenu feel.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 8847e58..57acd39 100644
--- a/config.def.h
+++ b/config.def.h
@@ -115,7 +115,7 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA
/* commands */
static const char *termcmd[] = { "foot", NULL };
-static const char *menucmd[] = { "bemenu-run", NULL };
+static const char *menucmd[] = { "wmenu_run", NULL };
static const Key keys[] = {
/* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */