diff options
| -rw-r--r-- | resources/default-config.kdl | 2 |
1 files changed, 2 insertions, 0 deletions
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. |
