Skip to content

Instantly share code, notes, and snippets.

@mpartel
Created March 6, 2016 20:17
Show Gist options
  • Save mpartel/1e45124dd49c195587dd to your computer and use it in GitHub Desktop.
Save mpartel/1e45124dd49c195587dd to your computer and use it in GitHub Desktop.
Xnest aliases
alias xnest_on='PREV_DISPLAY=$DISPLAY ; ( Xnest -geometry 1440x900 :99 & ) ; export DISPLAY=:99'
alias xnest_off='export DISPLAY=$PREV_DISPLAY ; unset PREV_DISPLAY ; killall Xnest'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment