Add gesture to kill window

master
Jonathan Hodgson 3 years ago
parent 54c02b62ab
commit 7773508130
  1. 1
      config.def.h

@ -34,4 +34,5 @@ Gesture gestures[] = {
{ 1, SwipeLR, EdgeLeft, DistanceShort, "launcher" },
{ 2, SwipeDU, EdgeBottom, DistanceShort, "pidof svkbd-colemak || svkbd-colemak &" },
{ 2, SwipeUD, EdgeBottom, DistanceShort, "pkill -9 svkbd-colemak" },
{ 2, SwipeDU, EdgeTop, DistanceShort, "xdotool windowkill $(xdotool getactivewindow)" },
};

Loading…
Cancel
Save