aboutsummaryrefslogtreecommitdiffstats
path: root/X11/xorg.conf.d/20-intel.conf
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-07-10 09:06:32 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-07-10 09:06:32 +0200
commit771db2a8c4c48020da4f993eb23aeffef6c2a425 (patch)
treee7060d963e9d087fd619a77bbf0e6603c86a6818 /X11/xorg.conf.d/20-intel.conf
parentf642338ed9efb9500da45d999389789084982c8c (diff)
downloaddotfiles-771db2a8c4c48020da4f993eb23aeffef6c2a425.tar.xz
Move X11 config files to .config
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'X11/xorg.conf.d/20-intel.conf')
-rw-r--r--X11/xorg.conf.d/20-intel.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/X11/xorg.conf.d/20-intel.conf b/X11/xorg.conf.d/20-intel.conf
new file mode 100644
index 0000000..0335cbe
--- /dev/null
+++ b/X11/xorg.conf.d/20-intel.conf
@@ -0,0 +1,5 @@
+Section "Device"
+ Identifier "Intel Graphics"
+ Driver "intel"
+ Option "TearFree" "true"
+EndSection