diff options
author | Mattias Andrée <maandree@kth.se> | 2024-07-22 16:53:31 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-07-22 16:53:31 +0200 |
commit | 1ca280b6016f8f762411a44f53c44981bb9246c5 (patch) | |
tree | 433d7ef45dbf5fac3344a04f16315ff66f462c16 /xorg-xrandr/setres | |
parent | m (diff) | |
download | dotfiles-1ca280b6016f8f762411a44f53c44981bb9246c5.tar.gz dotfiles-1ca280b6016f8f762411a44f53c44981bb9246c5.tar.bz2 dotfiles-1ca280b6016f8f762411a44f53c44981bb9246c5.tar.xz |
..
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'xorg-xrandr/setres')
-rwxr-xr-x | xorg-xrandr/setres/__main__.py.gpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xorg-xrandr/setres/__main__.py.gpp b/xorg-xrandr/setres/__main__.py.gpp index 3a79328..b25f9d6 100755 --- a/xorg-xrandr/setres/__main__.py.gpp +++ b/xorg-xrandr/setres/__main__.py.gpp @@ -60,6 +60,16 @@ elif hostname == 'hades': embed.want_mode = '1920x1280' +elif hostname == 'north': + prime = None + sec = None + embed = screen['eDP1'] + + prime_alt = None + sec_alt = None + + embed.want_mode = '1920x1080' + %%>hostname="$(hostname | tr '[A-Z]' '[a-z]')" %%>file="${HOME}/.dotfiles/.private/setres/${hostname}" %%>if test -r "${file}"; then |