aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-07-18 00:52:41 +0200
committerMattias Andrée <maandree@kth.se>2024-07-18 00:52:41 +0200
commit7c73e0c32813f7a5a40299828a299545b2fdd568 (patch)
treee09ebd8e419f5bbe42c150e96d68dfda299ee736
parentm (diff)
downloaddotfiles-7c73e0c32813f7a5a40299828a299545b2fdd568.tar.gz
dotfiles-7c73e0c32813f7a5a40299828a299545b2fdd568.tar.bz2
dotfiles-7c73e0c32813f7a5a40299828a299545b2fdd568.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rwxr-xr-xxorg-xrandr/setres/__main__.py.gpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-xrandr/setres/__main__.py.gpp b/xorg-xrandr/setres/__main__.py.gpp
index 530f005..c5c5fb8 100755
--- a/xorg-xrandr/setres/__main__.py.gpp
+++ b/xorg-xrandr/setres/__main__.py.gpp
@@ -51,7 +51,7 @@ if hostname == 'zenith':
sec_position = 'left'
elif hostname == 'hades':
- embed = 'eDP1'
+ embed = screen['eDP1']
embed.want_mode = '1920x1280'
%%>hostname="$(hostname | tr '[A-Z]' '[a-z]')"