commit 25fd73b42f3cc2b6dc5520dadf4c197dce605ceb
parent c475067241bf82746853c687c42fd53f5dda74d7
Author: Miles Alan <m@milesalan.com>
Date: Sat, 7 Mar 2020 11:33:23 -0600
Fix scripts names
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -64,14 +64,14 @@ static const char *surfcmd[] = { "surf", NULL };
#include <X11/XF86keysym.h>
static Key keys[] = {
- {1, 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("dmo_appmenu.sh") },
- {2, 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("dmo_appmenu.sh sys") },
+ {1, 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("sxmo_appmenu.sh") },
+ {2, 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("sxmo_appmenu.sh sys") },
{1, 0, XF86XK_AudioLowerVolume, cyclelayout , {.i = +1 } },
{2, 0, XF86XK_AudioLowerVolume, zoom, {0} },
{3, 0, XF86XK_AudioLowerVolume, killclient, {0} },
- {1, 0, XF86XK_PowerOff, spawn, SHCMD("svkbd-layered-toggle") },
+ {1, 0, XF86XK_PowerOff, spawn, SHCMD("sxmo_keyboard.sh") },
{2, 0, XF86XK_PowerOff, spawn, { .v = termcmd } },
{3, 0, XF86XK_PowerOff, spawn, { .v = surfcmd } }