From e55cbc1f7a06c1d6b0b1221ef365d31eadcf88f4 Mon Sep 17 00:00:00 2001 From: Jens Nolte <git@queezle.net> Date: Wed, 19 May 2021 01:13:58 +0200 Subject: [PATCH] Disable scrollwheel workspace switching --- home-profiles/desktop/.config/sway/common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-profiles/desktop/.config/sway/common b/home-profiles/desktop/.config/sway/common index 1a04264..7e821ca 100644 --- a/home-profiles/desktop/.config/sway/common +++ b/home-profiles/desktop/.config/sway/common @@ -467,6 +467,8 @@ bar { urgent_workspace $base09 $base0A $base00 binding_mode $base00 $base0D $base00 } + bindsym button4 nop + bindsym button5 nop } include /etc/sway/config.d/* -- GitLab