From ad4182a15b8dea201f35eb1a374d6578a10b64a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Czy=C5=BC?= Date: Thu, 22 Feb 2024 18:48:07 +0100 Subject: [PATCH] rofi --- config.def.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.def.h b/config.def.h index 54d4375..48714a2 100644 --- a/config.def.h +++ b/config.def.h @@ -219,11 +219,11 @@ static const char *explorer[] = {"nemo", NULL}; static const char *locksession[] = {"loginctl", "lock-session", NULL}; // static const char *websearch[] = {".config/rofi/scripts/websearch", NULL}; -static const char *emoji[] = {".config/rofi/scripts/emoji", NULL}; -static const char *launcher[] = {".config/rofi/scripts/launcher", NULL}; +// static const char *emoji[] = {".config/rofi/scripts/emoji", NULL}; +static const char *launcher[] = {"rofi", "-show", "drun", NULL}; // static const char *wallpaper[] = {".config/rofi/scripts/wallpaper", NULL}; // static const char *theme[] = {".config/rofi/scripts/theme", NULL}; -static const char *powermenu[] = {".config/rofi/scripts/powermenu", NULL}; +// static const char *powermenu[] = {".config/rofi/scripts/powermenu", NULL}; #if RENAMED_SCRATCHPADS_PATCH @@ -937,11 +937,11 @@ static const Key keys[] = { { 0, XK_Print, spawn, {.v = prtscrcmd} }, { MODKEY|ShiftMask, XK_s, spawn, {.v = prtscrcmd} }, // { MODKEY, XK_z, spawn, {.v = websearch} }, - { MODKEY, XK_semicolon, spawn, {.v = emoji} }, + // { MODKEY, XK_semicolon, spawn, {.v = emoji} }, { MODKEY, XK_space, spawn, {.v = launcher} }, // { MODKEY, XK_w, spawn, {.v = wallpaper} }, // { MODKEY, XK_e, spawn, {.v = theme} }, - { MODKEY, XK_x, spawn, {.v = powermenu} }, + // { MODKEY, XK_x, spawn, {.v = powermenu} }, #if KEYMODES_PATCH { MODKEY, XK_Escape, setkeymode, {.ui = COMMANDMODE} }, #endif // KEYMODES_PATCH