aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-07-18 00:55:09 +0200
committerMattias Andrée <maandree@kth.se>2024-07-18 00:55:09 +0200
commit7e8fd63e9519b1f74d2cec098f39aafaf4dc4fca (patch)
tree42596846e15d0e54311b02c428254e12ff55c945
parentm (diff)
downloaddotfiles-7e8fd63e9519b1f74d2cec098f39aafaf4dc4fca.tar.gz
dotfiles-7e8fd63e9519b1f74d2cec098f39aafaf4dc4fca.tar.bz2
dotfiles-7e8fd63e9519b1f74d2cec098f39aafaf4dc4fca.tar.xz
Signed-off-by: Mattias Andrée <maandree@kth.se>
-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]')"