Merge branch 'master' of code.ungleich.ch:nico/nsbin
This commit is contained in:
commit
d9e54e0639
2 changed files with 4 additions and 1 deletions
|
@ -6,11 +6,14 @@ i3-msg 'workspace 2; append_layout ~/.i3/workspace-2.json'
|
||||||
i3-msg 'workspace 10'
|
i3-msg 'workspace 10'
|
||||||
|
|
||||||
# Start programs afterwards and watch matching
|
# Start programs afterwards and watch matching
|
||||||
|
if command -v firefox; then
|
||||||
|
firefox &
|
||||||
if command -v chromium; then
|
if command -v chromium; then
|
||||||
chromium &
|
chromium &
|
||||||
elif command -v chromium-browser; then
|
elif command -v chromium-browser; then
|
||||||
chromium-browser &
|
chromium-browser &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# slack &
|
# slack &
|
||||||
|
|
||||||
ssh-add </dev/null && mainemacs &
|
ssh-add </dev/null && mainemacs &
|
||||||
|
|
|
@ -14,7 +14,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Required since 2019-03-12, beowulf
|
# 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
|
xinput set-prop "TPPS/2 Elan TrackPoint" "libinput Accel Speed" -0.2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue