Skip to content

Instantly share code, notes, and snippets.

@r7vme
Created February 2, 2017 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r7vme/e45d449ff68773f6924ce6376cb49618 to your computer and use it in GitHub Desktop.
Save r7vme/e45d449ff68773f6924ce6376cb49618 to your computer and use it in GitHub Desktop.
Script to switch between high and low dpi displays
#!/bin/bash
LAPTOP_DISP="eDP-1"
LAPTOP_DISP_DPI=120
# Get first active display
EXTERN_DISP=$(xrandr -q | grep ' connected' | cut -f1 -d' ' | grep -v $LAPTOP_DISP | tail -1)
EXTERN_DISP_DPI=96
if [ $EXTERN_DISP ]; then
echo Xft.dpi: $EXTERN_DISP_DPI | xrdb -merge
xrandr --output $EXTERN_DISP --auto \
--output $LAPTOP_DISP --off
else
echo Xft.dpi: $LAPTOP_DISP_DPI | xrdb -merge
xrandr --output $LAPTOP_DISP --auto
fi
killall -1 awesome
@JessicaLawson
Copy link

Hello
Happy to meet you, my name is Miss Jessica Lawson, it is my pressure to meet you here  today through this site, i will like you to write to me so that i can be able to tell you more about me and the reason of my contact with you. here is my private email address, please write to me here so that i can tell you more anout me and also to send my picture  to you ( jesicalawson91@gmail.com )  thanks

Yours Miss Jessica Lawson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment