about summary refs log tree commit diff
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/.drirc5
-rwxr-xr-xmeta/.screenlayout/dual.sh2
-rwxr-xr-xmeta/.screenlayout/single.sh2
-rw-r--r--meta/.xinitrc2
4 files changed, 8 insertions, 3 deletions
diff --git a/meta/.drirc b/meta/.drirc
new file mode 100644
index 0000000..7cf47a1
--- /dev/null
+++ b/meta/.drirc
@@ -0,0 +1,5 @@
+<device screen="0" driver="dri2">
+  <application name="Default">
+    <option name="vblank_mode" value="0"/>
+  </application>
+</device>
diff --git a/meta/.screenlayout/dual.sh b/meta/.screenlayout/dual.sh
index 755f7cc..e141199 100755
--- a/meta/.screenlayout/dual.sh
+++ b/meta/.screenlayout/dual.sh
@@ -1,2 +1,2 @@
 #!/bin/sh
-xrandr --output DP-1 --primary --mode 1600x900 --pos 1920x0 --rotate normal --output HDMI-1 --off --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-2 --off
+xrandr --output HDMI2 --off --output HDMI1 --off --output DP1 --primary --mode 1600x900 --pos 1920x0 --rotate normal --output eDP1 --mode 1920x1080 --pos 0x0 --rotate normal --output VIRTUAL1 --off
diff --git a/meta/.screenlayout/single.sh b/meta/.screenlayout/single.sh
index c7185ab..aede90f 100755
--- a/meta/.screenlayout/single.sh
+++ b/meta/.screenlayout/single.sh
@@ -1,2 +1,2 @@
 #!/bin/sh
-xrandr --output DP-1 --off --output HDMI-1 --off --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-2 --off
+xrandr --output DP1 --off --output HDMI1 --off --output eDP1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI2 --off
diff --git a/meta/.xinitrc b/meta/.xinitrc
index 70e0687..cff7943 100644
--- a/meta/.xinitrc
+++ b/meta/.xinitrc
@@ -1,6 +1,6 @@
 #!/bin/sh
 xrdb -merge ~/.Xresources
-xrandr --output DP-1 --mode 1600x900 --primary --right-of eDP-1
+xrandr --output DP1 --mode 1600x900 --primary --right-of eDP1
 xsetroot -solid '#1c1b19'
 redshift-gtk -l 21.028333:105.854167 &
 mate-power-manager &