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