diff options
author | Alex Auvolat <alex@adnab.me> | 2016-01-23 18:48:01 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2016-01-23 18:48:01 +0100 |
commit | 5a1659f9e20a13d19d34920ebd14acf1655bbc2f (patch) | |
tree | 64be82109f704830a45389d938bbc3f89ebf8a56 /dot_i3/config | |
parent | f4d5ed2ca9baea87e7ecea5ea7279f6cd81cc1a9 (diff) | |
download | user-config-5a1659f9e20a13d19d34920ebd14acf1655bbc2f.tar.gz user-config-5a1659f9e20a13d19d34920ebd14acf1655bbc2f.zip |
Update (saki)
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 + |