From c5e2aa5f755cbf38adbe4d613c1e1fdaf9e47b14 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 22 Sep 2024 19:23:04 -0400 Subject: [PATCH] Switch menu from fuzzel to rofi --- README.org | 2 +- config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index ce1518f..5e797a4 100644 --- a/README.org +++ b/README.org @@ -319,7 +319,7 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA #+BEGIN_SRC c :tangle config.h static const char *termcmd[] = { "kitty", NULL }; -static const char *menucmd[] = { "fuzzel", NULL }; +static const char *menucmd[] = { "rofi", "-show", "combi", NULL }; static const Key keys[] = { /* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */ diff --git a/config.h b/config.h index 2969361..4402d1a 100644 --- a/config.h +++ b/config.h @@ -141,7 +141,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 } } static const char *termcmd[] = { "kitty", NULL }; -static const char *menucmd[] = { "fuzzel", NULL }; +static const char *menucmd[] = { "rofi", "-show", "combi", NULL }; static const Key keys[] = { /* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */