diff options
-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]')" |