Merge branch 'master' of code.ungleich.ch:nico/nsbin

This commit is contained in:
Nico Schottelius 2019-06-26 22:13:33 +02:00
commit d9e54e0639
2 changed files with 4 additions and 1 deletions

View File

@ -6,11 +6,14 @@ i3-msg 'workspace 2; append_layout ~/.i3/workspace-2.json'
i3-msg 'workspace 10'
# Start programs afterwards and watch matching
if command -v firefox; then
firefox &
if command -v chromium; then
chromium &
elif command -v chromium-browser; then
chromium-browser &
fi
# slack &
ssh-add </dev/null && mainemacs &

View File

@ -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