From f0e73779ab147a53bf8426ffda381acbc49519e0 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 23 Jun 2019 18:02:40 +0200 Subject: [PATCH 1/2] s/chromium/firefox/ --- start-post-i3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start-post-i3 b/start-post-i3 index d63c737..91c6709 100755 --- a/start-post-i3 +++ b/start-post-i3 @@ -6,7 +6,8 @@ i3-msg 'workspace 2; append_layout ~/.i3/workspace-2.json' i3-msg 'workspace 10' # Start programs afterwards and watch matching -chromium & +# chromium & # slack & +firefox & ssh-add Date: Sun, 23 Jun 2019 21:02:52 +0200 Subject: [PATCH 2/2] input -> xinput --- tune-mouse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tune-mouse b/tune-mouse index 731ebbe..ec96138 100755 --- a/tune-mouse +++ b/tune-mouse @@ -14,7 +14,7 @@ else fi # Required since 2019-03-12, beowulf -if input list | grep -q "TPPS/2 Elan TrackPoint"; then +if xinput list | grep -q "TPPS/2 Elan TrackPoint"; then xinput set-prop "TPPS/2 Elan TrackPoint" "libinput Accel Speed" -0.2 fi