summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2019-02-24 18:15:07 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2019-02-24 18:15:07 +0100
commit5cc14fe236fc85e6a7b1acfdfc5d8a8114488666 (patch)
tree35cfa753a9d5316dac25c411535a00d97a98d23f /templates
parente9bd676157d3809f31a1c9857f3f1017738ef8e9 (diff)
downloadplay-master.tar.gz
play-master.tar.bz2
play-master.zip
[default] xrandr instead of nvidiaHEADmaster
Diffstat (limited to 'templates')
-rw-r--r--templates/default11
1 files changed, 8 insertions, 3 deletions
diff --git a/templates/default b/templates/default
index 0d1c0ea..c8ab53f 100644
--- a/templates/default
+++ b/templates/default
@@ -1,7 +1,12 @@
default_setupX () {
- exc nvidia-settings -l
-
- play_setupX
+# exc nvidia-settings -l
+#
+# play_setupX
+ if [[ -n $SIZE ]]; then
+ exc xrandr -s $SIZE --output DVI-I-3 --off
+ else
+ exc xrandr --output DVI-I-3 --off
+ fi
}
default_setenv () {