From 133fb95f0ad98af34f634ed467c64d04707faa6c Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Sun, 17 Feb 2019 19:09:34 +0200 Subject: [PATCH] update mpv, git, sway --- .config/mpv/mpv.conf | 2 +- .config/sway/config | 9 +++++++++ .gitconfig | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 027cea3..6f64fb0 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,5 +1,5 @@ #border=no #vo=opengl-hq:interpolation:tscale-param1=0.0:scale=ewa_lanczos -vo=gpu +#vo=gpu hwdec=vaapi force-window=immediate diff --git a/.config/sway/config b/.config/sway/config index cfd9135..0b4d95b 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -263,5 +263,14 @@ input 1133:4123:Logitech_M705 { accel_profile adaptive } +input 1267:32:Elan_Touchpad { + natural_scroll enabled + pointer_accel 0.1 +} + +input 1267:32:Elan_TrackPoint { + pointer_accel 0.3 +} + include /etc/sway/config.d/* diff --git a/.gitconfig b/.gitconfig index 7988ef1..2512600 100644 --- a/.gitconfig +++ b/.gitconfig @@ -14,6 +14,7 @@ httpd = webrick [core] editor = nano + quotepath = false [credential] helper = /usr/lib/git-core/git-credential-libsecret [sendemail]