summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-05 09:44:34 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-05 09:44:34 -0700
commitb45cc81af466d2869ea52b5c4103d58385821de8 (patch)
treeb70cb220d1e49b1a2b784b54b889ba7de1a4cd19
parentf66cc50a23aab3611495b73ca4ff04465068ef77 (diff)
Add extra files
-rw-r--r--etc/X11/xorg.conf.d/00-keyboard.conf8
-rw-r--r--etc/X11/xorg.conf.d/50-mouse-acceleration.conf14
-rw-r--r--etc/fstab3
3 files changed, 24 insertions, 1 deletions
diff --git a/etc/X11/xorg.conf.d/00-keyboard.conf b/etc/X11/xorg.conf.d/00-keyboard.conf
new file mode 100644
index 0000000..a44ff3c
--- /dev/null
+++ b/etc/X11/xorg.conf.d/00-keyboard.conf
@@ -0,0 +1,8 @@
+# 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
new file mode 100644
index 0000000..38498b1
--- /dev/null
+++ b/etc/X11/xorg.conf.d/50-mouse-acceleration.conf
@@ -0,0 +1,14 @@
+# 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
diff --git a/etc/fstab b/etc/fstab
index b0d29dd..d27fc65 100644
--- a/etc/fstab
+++ b/etc/fstab
@@ -11,7 +11,8 @@ UUID=091B-9B6F /boot vfat rw,relatime,fmask=0022,dmask=0022,
UUID=835a9368-2084-4e28-b514-ec62abca7433 /home ext4 rw,relatime 0 2
# /dev/sda6
-UUID=5192ace9-d0f4-4777-b94c-ccf6ae01e8e0 none swap defaults 0 0
+# UUID=5192ace9-d0f4-4777-b94c-ccf6ae01e8e0 none swap defaults 0 0
+UUID=781e3f0c-cd64-4528-9a67-8211af64e90b none swap defaults 0 0
# /dev/sda4 # Windows partition (main)
UUID=8A9C4E009C4DE773 /media/Windows ntfs uid=luevano,gid=wheel,dmask=022,fmask=133,nosuid,dev,windows_names,auto 0 2