diff options
Diffstat (limited to 'configs')
-rwxr-xr-x | configs/install | 3 | ||||
-rw-r--r-- | configs/personal_laptop/.Xresources.device | 1 | ||||
-rw-r--r-- | configs/personal_laptop/.xsessionrc.device | 14 |
3 files changed, 0 insertions, 18 deletions
diff --git a/configs/install b/configs/install index c810dfd4f9f2..62236a0dc5a3 100755 --- a/configs/install +++ b/configs/install @@ -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" .) diff --git a/configs/personal_laptop/.Xresources.device b/configs/personal_laptop/.Xresources.device deleted file mode 100644 index 93a8d7e025dd..000000000000 --- a/configs/personal_laptop/.Xresources.device +++ /dev/null @@ -1 +0,0 @@ -XTerm.vt100.faceName: GohuFont diff --git a/configs/personal_laptop/.xsessionrc.device b/configs/personal_laptop/.xsessionrc.device deleted file mode 100644 index 97c19f216086..000000000000 --- a/configs/personal_laptop/.xsessionrc.device +++ /dev/null @@ -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' |