Drop support for personal_laptop
My former Manjaro device is now a NixOS device called "socrates", which hosts this git repo and a few other projects.
This commit is contained in:
parent
df035ca832
commit
77633d22ae
3 changed files with 0 additions and 18 deletions
|
@ -9,9 +9,6 @@ case $(hostname) in
|
|||
(cd "$configs/work_laptop" && stow --target="$HOME" .);;
|
||||
$CLOUDTOP)
|
||||
(cd "$configs/cloudtop" && stow --target="$HOME" .);;
|
||||
# Acer Manjaro laptop
|
||||
acer-manjaro)
|
||||
(cd "$configs/personal_laptop" && stow --target="$HOME" .);;
|
||||
esac
|
||||
|
||||
(cd "$configs/shared" && stow --target="$HOME" .)
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
XTerm.vt100.faceName: GohuFont
|
|
@ -1,14 +0,0 @@
|
|||
# natural scrolling - trackpad
|
||||
xinput --set-prop 'DLL07BF:01 06CB:7A13 Touchpad' 'libinput Natural Scrolling Enabled' 1
|
||||
|
||||
# increase cursor speed - trackpad
|
||||
xinput --set-prop 'DLL07BF:01 06CB:7A13 Touchpad' 'libinput Accel Speed' 1
|
||||
|
||||
# natural scrolling - mouse
|
||||
xinput --set-prop 'Logitech USB Receiver Mouse' 'libinput Natural Scrolling Enabled' 1
|
||||
|
||||
# increase cursor speed - mouse
|
||||
xinput --set-prop 'Logitech USB Receiver Mouse' 'libinput Accel Speed' 1
|
||||
|
||||
# disable touchscreen on laptop
|
||||
xinput disable 'ELAN Touchscreen'
|
Loading…
Reference in a new issue