From aa10033e77e9c095e7b66bf13a51ce0ff5c66e50 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Wed, 15 Apr 2020 15:57:00 -0400 Subject: added scripts and conf --- src/etc/X11/xorg.conf.d/10-monitor.conf | 6 ++++++ src/etc/sudoers.d/wheel | 2 ++ src/etc/wpa_supplicant/wpa_supplicant.conf | 7 +++++++ 3 files changed, 15 insertions(+) create mode 100644 src/etc/X11/xorg.conf.d/10-monitor.conf create mode 100644 src/etc/sudoers.d/wheel create mode 100644 src/etc/wpa_supplicant/wpa_supplicant.conf (limited to 'src') 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 +} -- cgit