aboutsummaryrefslogtreecommitdiff
path: root/src/etc
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/X11/xorg.conf.d/10-monitor.conf6
-rw-r--r--src/etc/sudoers.d/wheel2
-rw-r--r--src/etc/wpa_supplicant/wpa_supplicant.conf7
3 files changed, 15 insertions, 0 deletions
diff --git a/src/etc/X11/xorg.conf.d/10-monitor.conf b/src/etc/X11/xorg.conf.d/10-monitor.conf
new file mode 100644
index 0000000..c4914a7
--- /dev/null
+++ b/src/etc/X11/xorg.conf.d/10-monitor.conf
@@ -0,0 +1,6 @@
+Section "Device"
+ Identifier "Intel Graphics"
+ Driver "intel"
+
+ Option "TearFree" "true"
+EndSection
diff --git a/src/etc/sudoers.d/wheel b/src/etc/sudoers.d/wheel
new file mode 100644
index 0000000..eb6a2d3
--- /dev/null
+++ b/src/etc/sudoers.d/wheel
@@ -0,0 +1,2 @@
+root ALL=(ALL) ALL
+%wheel ALL=(ALL) NOPASSWD: ALL
diff --git a/src/etc/wpa_supplicant/wpa_supplicant.conf b/src/etc/wpa_supplicant/wpa_supplicant.conf
new file mode 100644
index 0000000..84d1eb4
--- /dev/null
+++ b/src/etc/wpa_supplicant/wpa_supplicant.conf
@@ -0,0 +1,7 @@
+ctrl_interface=/var/run/wpa_supplicant
+
+network={
+ ssid="404 Network Unavailable"
+ #psk="easypeasy"
+ psk=d6c8f02504421c7d694ca79cc1a7be23759df44230f57897e88e3f502250aa4c
+}