commit 8935bde4191b94c3363c5a21ddf62fa6d316ebf5
parent 4ac2cd4a304317b5e9658cec761848d223f559f9
Author: Miles Alan <m@milesalan.com>
Date: Fri, 26 Jun 2020 20:09:07 -0500
Run sxmo_lisgdstart.sh instead of lisgd directly to restart lisgd properly
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -89,7 +89,7 @@ static Key keys[] = {
/* PP */
{1, 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("sxmo_appmenu.sh") },
{2, 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("sxmo_appmenu.sh sys") },
- {3, 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("pkill -9 lisgd; sxmo_screenlock; lisgd &") },
+ {3, 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("pkill -9 lisgd; sxmo_screenlock; sxmo_lisgdstart.sh &") },
{1, 0, XF86XK_AudioLowerVolume, cyclelayout , {.i = +1 } },
{2, 0, XF86XK_AudioLowerVolume, inplacerotate, {.i = +2} },
{3, 0, XF86XK_AudioLowerVolume, spawn, SHCMD("sxmo_blinkled.sh red & xdotool windowkill $(xdotool getactivewindow)") },