From 46131c87a58a9d27f72bf52b299088b767ebe926 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 23 Mar 2024 09:02:50 +0400 Subject: default-config: Clarify that wheel binds are affected by natural-scroll --- resources/default-config.kdl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/default-config.kdl b/resources/default-config.kdl index bb5efd7d..6534fe15 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -520,6 +520,8 @@ binds { Mod+Shift+I { move-workspace-up; } // You can bind mouse wheel scroll ticks using the following syntax. + // These binds will change direction based on the natural-scroll setting. + // // To avoid scrolling through workspaces really fast, you can use // the cooldown-ms property. The bind will be rate-limited to this value. // You can set a cooldown on any bind, but it's most useful for the wheel. -- cgit