From 014167bbab465bf9f5eb85d50b0226f5fce3fcd4 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Tue, 3 Sep 2024 20:39:40 -0400 Subject: [PATCH] Switch from wofi to rofi-wayland --- README.org | 2 +- config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index daf759d..35b7955 100644 --- a/README.org +++ b/README.org @@ -235,7 +235,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[] = { "wofi", "--show", "drun", 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 42cd687..8b5340b 100644 --- a/config.h +++ b/config.h @@ -128,7 +128,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[] = { "wofi", "--show", "drun", 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. */