summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-07 06:32:37 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-07 06:32:37 -0700
commita12e47c535b42594cb7ba127b5776bfce4977749 (patch)
tree3b49d40dccb883134f3f2e907aa4540aee60af65 /etc
parentfd9c821fae55fadda3c2898e53698ba46e4623ba (diff)
Start using a bare repository for dotfiles
Diffstat (limited to 'etc')
-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/fstab24
-rw-r--r--etc/tmpfiles.d/media.conf5
-rw-r--r--etc/udev/rules.d/99-udisks2.rules5
5 files changed, 0 insertions, 56 deletions
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
diff --git a/etc/fstab b/etc/fstab
deleted file mode 100644
index abe2a50..0000000
--- a/etc/fstab
+++ /dev/null
@@ -1,24 +0,0 @@
-# Static information about the filesystems.
-# See fstab(5) for details.
-
-# <file system> <dir> <type> <options> <dump> <pass>
-# /dev/sda6
-UUID=a6cc857f-8978-42ad-a59b-15e5106a9ed5 / ext4 rw,relatime 0 1
-
-# /dev/sda7
-UUID=80268c0a-0e07-44e5-9b7e-e67c909b5f3d /home ext4 rw,relatime 0 2
-
-# /dev/sda5
-UUID=6F52-0E1D /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 2
-
-# /dev/sda4 # Windows partition (main)
-UUID=8A9C4E009C4DE773 /media/Windows ntfs uid=luevano,gid=wheel,dmask=0022,fmask=0133,nosuid,dev,windows_names,auto 0 2
-
-# /dev/sdb2 # Storage
-UUID=445A1DB95A1DA8A6 /media/Storage ntfs uid=luevano,gid=wheel,dmask=0022,fmask=0133,nosuid,dev,windows_names,auto 0 2
-
-# /dev/sdc2 # Storage2
-UUID=22F4424EF442247F /media/Storage2 ntfs uid=luevano,gid=wheel,dmask=0022,fmask=0133,nosuid,dev,windows_names,auto 0 2
-
-# /dev/sdd2 # Storage3
-UUID=681C5DE81C5DB234 /media/Storage3 ntfs uid=luevano,gid=wheel,dmask=0022,fmask=0133,nosuid,dev,windows_names,auto 0 2
diff --git a/etc/tmpfiles.d/media.conf b/etc/tmpfiles.d/media.conf
deleted file mode 100644
index db08b4f..0000000
--- a/etc/tmpfiles.d/media.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-# As seen in https://wiki.archlinux.org/index.php/Udisks and
-# ttps://wiki.archlinux.org/index.php/Systemd#systemd-tmpfiles_-_temporary_files.
-
-# Path Mode UID GID Age Argument
-D /media 0755 root root 0 -
diff --git a/etc/udev/rules.d/99-udisks2.rules b/etc/udev/rules.d/99-udisks2.rules
deleted file mode 100644
index 996e434..0000000
--- a/etc/udev/rules.d/99-udisks2.rules
+++ /dev/null
@@ -1,5 +0,0 @@
-# UDISKS_FILESYSTEM_SHARED
-# ==1: mount filesystem to a shared directory (/media/VolumeName)
-# ==0: mount filesystem to a private directory (/run/media/$USER/VolumeName)
-# See udisks(8)
-ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{UDISKS_FILESYSTEM_SHARED}="1"