diff options
author | Mattias Andrée <maandree@kth.se> | 2024-07-18 00:55:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-07-18 00:55:09 +0200 |
commit | 7e8fd63e9519b1f74d2cec098f39aafaf4dc4fca (patch) | |
tree | 42596846e15d0e54311b02c428254e12ff55c945 /xorg-xrandr/setres | |
parent | m (diff) | |
download | dotfiles-7e8fd63e9519b1f74d2cec098f39aafaf4dc4fca.tar.gz dotfiles-7e8fd63e9519b1f74d2cec098f39aafaf4dc4fca.tar.bz2 dotfiles-7e8fd63e9519b1f74d2cec098f39aafaf4dc4fca.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'xorg-xrandr/setres')
-rwxr-xr-x | xorg-xrandr/setres/__main__.py.gpp | 7 |
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]')" |