This commit is contained in:
2024-02-22 18:48:07 +01:00
parent 9d388db891
commit ad4182a15b

View File

@@ -219,11 +219,11 @@ static const char *explorer[] = {"nemo", NULL};
static const char *locksession[] = {"loginctl", "lock-session", NULL}; static const char *locksession[] = {"loginctl", "lock-session", NULL};
// static const char *websearch[] = {".config/rofi/scripts/websearch", NULL}; // static const char *websearch[] = {".config/rofi/scripts/websearch", NULL};
static const char *emoji[] = {".config/rofi/scripts/emoji", NULL}; // static const char *emoji[] = {".config/rofi/scripts/emoji", NULL};
static const char *launcher[] = {".config/rofi/scripts/launcher", NULL}; static const char *launcher[] = {"rofi", "-show", "drun", NULL};
// static const char *wallpaper[] = {".config/rofi/scripts/wallpaper", NULL}; // static const char *wallpaper[] = {".config/rofi/scripts/wallpaper", NULL};
// static const char *theme[] = {".config/rofi/scripts/theme", 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 #if RENAMED_SCRATCHPADS_PATCH
@@ -937,11 +937,11 @@ static const Key keys[] = {
{ 0, XK_Print, spawn, {.v = prtscrcmd} }, { 0, XK_Print, spawn, {.v = prtscrcmd} },
{ MODKEY|ShiftMask, XK_s, spawn, {.v = prtscrcmd} }, { MODKEY|ShiftMask, XK_s, spawn, {.v = prtscrcmd} },
// { MODKEY, XK_z, spawn, {.v = websearch} }, // { 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_space, spawn, {.v = launcher} },
// { MODKEY, XK_w, spawn, {.v = wallpaper} }, // { MODKEY, XK_w, spawn, {.v = wallpaper} },
// { MODKEY, XK_e, spawn, {.v = theme} }, // { MODKEY, XK_e, spawn, {.v = theme} },
{ MODKEY, XK_x, spawn, {.v = powermenu} }, // { MODKEY, XK_x, spawn, {.v = powermenu} },
#if KEYMODES_PATCH #if KEYMODES_PATCH
{ MODKEY, XK_Escape, setkeymode, {.ui = COMMANDMODE} }, { MODKEY, XK_Escape, setkeymode, {.ui = COMMANDMODE} },
#endif // KEYMODES_PATCH #endif // KEYMODES_PATCH