From 54c02b62ab55c71cc964e5207c8da8054bc1bced Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Wed, 10 Feb 2021 22:03:20 +0000 Subject: [PATCH] Change keyboard --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 800d5d1..891ea60 100644 --- a/config.def.h +++ b/config.def.h @@ -32,6 +32,6 @@ Gesture gestures[] = { //{ 2, SwipeLR, EdgeAny, DistanceAny, "xdotool key --clearmodifiers Alt+e" }, //{ 2, SwipeRL, EdgeAny, DistanceAny, "xdotool key --clearmodifiers Alt+r" }, { 1, SwipeLR, EdgeLeft, DistanceShort, "launcher" }, - { 2, SwipeDU, EdgeBottom, DistanceShort, "pidof onboard || onboard &" }, - { 2, SwipeUD, EdgeBottom, DistanceShort, "pkill -9 onboard" }, + { 2, SwipeDU, EdgeBottom, DistanceShort, "pidof svkbd-colemak || svkbd-colemak &" }, + { 2, SwipeUD, EdgeBottom, DistanceShort, "pkill -9 svkbd-colemak" }, };