diff --git a/modules/plugins/utility/motion/leap/leap.nix b/modules/plugins/utility/motion/leap/leap.nix index 4e98f208..a5d72432 100644 --- a/modules/plugins/utility/motion/leap/leap.nix +++ b/modules/plugins/utility/motion/leap/leap.nix @@ -9,22 +9,22 @@ in { leapForwardTo = mkOption { type = nullOr str; description = "Leap forward to"; - default = "ss"; + default = "s"; }; leapBackwardTo = mkOption { type = nullOr str; description = "Leap backward to"; - default = "sS"; + default = "S"; }; leapForwardTill = mkOption { type = nullOr str; description = "Leap forward till"; - default = "sx"; + default = "x"; }; leapBackwardTill = mkOption { type = nullOr str; description = "Leap backward till"; - default = "sX"; + default = "X"; }; leapFromWindow = mkOption { type = nullOr str;