From c8c0a2159eee8787828bf8b44e9a7f929eac0684 Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 26 May 2025 12:13:31 +0300 Subject: [PATCH] i3wm disable scroll workspaces --- home/user/.config/i3/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/user/.config/i3/config b/home/user/.config/i3/config index 9559f8e..32e3350 100644 --- a/home/user/.config/i3/config +++ b/home/user/.config/i3/config @@ -222,6 +222,10 @@ bar { output nonprimary tray_output primary status_command exec ~/.local/bin/i3status_wrapper + + # disable scroll + bindsym button4 nop + bindsym button5 nop } bindsym Print exec --no-startup-id screenshot select copy