]> git.rmz.io Git - dotfiles.git/blobdiff - xinit/xprofile.d/00-xrandr.sh
xprofile: separate xprofile from xinit
[dotfiles.git] / xinit / xprofile.d / 00-xrandr.sh
diff --git a/xinit/xprofile.d/00-xrandr.sh b/xinit/xprofile.d/00-xrandr.sh
deleted file mode 100755 (executable)
index 83936d3..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-if [[ $(hostname) == "skull-canyon" ]]; then
-    xrandr --output DP2 --auto --primary --output DP3 --auto --right-of DP2
-    xrandr --dpi 162
-    export QT_AUTO_SCREEN_SCALE_FACTOR=1
-fi