aboutsummaryrefslogtreecommitdiffstats
path: root/xorg-xrandr/setres
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xrandr/setres')
-rwxr-xr-xxorg-xrandr/setres/__main__.py.gpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/xorg-xrandr/setres/__main__.py.gpp b/xorg-xrandr/setres/__main__.py.gpp
index 9c0f1eb..3a79328 100755
--- a/xorg-xrandr/setres/__main__.py.gpp
+++ b/xorg-xrandr/setres/__main__.py.gpp
@@ -51,8 +51,13 @@ if hostname == 'zenith':
sec_position = 'left'
elif hostname == 'hades':
- prime, sec = None, None
+ prime = None
+ sec = None
embed = screen['eDP1']
+
+ prime_alt = None
+ sec_alt = None
+
embed.want_mode = '1920x1280'
%%>hostname="$(hostname | tr '[A-Z]' '[a-z]')"