From a12e47c535b42594cb7ba127b5776bfce4977749 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Mon, 7 Dec 2020 06:32:37 -0700 Subject: Start using a bare repository for dotfiles --- etc/X11/xorg.conf.d/00-keyboard.conf | 8 -------- etc/X11/xorg.conf.d/50-mouse-acceleration.conf | 14 -------------- 2 files changed, 22 deletions(-) delete mode 100644 etc/X11/xorg.conf.d/00-keyboard.conf delete mode 100644 etc/X11/xorg.conf.d/50-mouse-acceleration.conf (limited to 'etc/X11/xorg.conf.d') diff --git a/etc/X11/xorg.conf.d/00-keyboard.conf b/etc/X11/xorg.conf.d/00-keyboard.conf deleted file mode 100644 index a44ff3c..0000000 --- a/etc/X11/xorg.conf.d/00-keyboard.conf +++ /dev/null @@ -1,8 +0,0 @@ -# Written by systemd-localed(8), read by systemd-localed and Xorg. It's -# probably wise not to edit this file manually. Use localectl(1) to -# instruct systemd-localed to update it. -Section "InputClass" - Identifier "system-keyboard" - MatchIsKeyboard "on" - Option "XkbLayout" "latam" -EndSection diff --git a/etc/X11/xorg.conf.d/50-mouse-acceleration.conf b/etc/X11/xorg.conf.d/50-mouse-acceleration.conf deleted file mode 100644 index 38498b1..0000000 --- a/etc/X11/xorg.conf.d/50-mouse-acceleration.conf +++ /dev/null @@ -1,14 +0,0 @@ -# Disable mouse acceleration systemwide. -# InputClass applies on all (in this case) 'pointers' as explained in -# https://fedoraproject.org/wiki/Input_device_configuration#InputClasses. -# Actual configuration retrieved from -# https://fedoraproject.org/wiki/Input_device_configuration#InputClasses. - -Section "InputClass" - Identifier "system-mouse" - Driver "libinput" - MatchIsPointer "yes" - Option "AccelProfile" "flat" - Option "AccelSpeed" "0" - Option "Sensitivity" "2.0" -EndSection -- cgit v1.2.3-70-g09d2