diff --git a/home/x/i3.nix b/home/x/i3.nix index d9f5bb5..2dece35 100644 --- a/home/x/i3.nix +++ b/home/x/i3.nix @@ -44,6 +44,12 @@ in fonts = [ "DejaVuSansMono" "FontAwesome5Free 9" ]; colors = i3Theme.bar; + + # disable mouse scroll wheel in bar + extraConfig = '' + bindsym button4 nop + bindsym button5 nop + ''; } ];