aboutsummaryrefslogtreecommitdiff
path: root/src/etc/X11
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-04-15 15:57:00 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-04-15 16:05:00 -0400
commitaa10033e77e9c095e7b66bf13a51ce0ff5c66e50 (patch)
tree58ed227d9e9ea55501b5f844ea0ef4febe7a031b /src/etc/X11
parent3d7f984c1e0baabadd923d8a1266372e4a9d3457 (diff)
added scripts and conf
Diffstat (limited to 'src/etc/X11')
-rw-r--r--src/etc/X11/xorg.conf.d/10-monitor.conf6
1 files changed, 6 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