Skip to content

Instantly share code, notes, and snippets.

@ravikiranj
Last active December 19, 2015 23:19
Show Gist options
  • Save ravikiranj/6034078 to your computer and use it in GitHub Desktop.
Save ravikiranj/6034078 to your computer and use it in GitHub Desktop.
xrandr - extract active display name
[ravikirn@rk-dell-xps ~]# xrandr -q | grep ' connected' | head -n 1 | cut -d ' ' -f1
LVDS1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment