diff options
Diffstat (limited to 'dot_i3/config')
-rw-r--r-- | dot_i3/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_i3/config b/dot_i3/config index a82b3c0..b8305f8 100644 --- a/dot_i3/config +++ b/dot_i3/config @@ -153,6 +153,7 @@ for_window [title="Caml graphics"] floating enable for_window [title="QEMU"] floating enable for_window [title="a.out"] floating enable for_window [title="mgrx*"] floating enable +for_window [class="Octave-gui"] floating enable for_window [class="Klavaro"] floating enable for_window [class="Steam"] floating enable for_window [class="Wine"] floating enable @@ -228,3 +229,6 @@ exec owncloud #exec ~/.i3/notify-serv.sh exec xset -b # disable bell +# mouse wheel speed +exec xinput set-prop "Microsoft Microsoft® Comfort Mouse 4500" "Evdev Scrolling Distance" 1 1 1 + |