Skip to content

Instantly share code, notes, and snippets.

@usagi
Last active September 23, 2016 05:51
Show Gist options
  • Save usagi/fca5460f44ecb76161d1568c48da3447 to your computer and use it in GitHub Desktop.
Save usagi/fca5460f44ecb76161d1568c48da3447 to your computer and use it in GitHub Desktop.
Windows で作業中に"考え事をする為"に"ディスプレイを一瞬で真っ黒にする"方法 ref: http://qiita.com/usagi/items/fb7f15ef48a28768cacc
scrnsave.scr /s
if [ `uname -o` = 'Msys' ]; then
alias off-screen="cmd /c 'scrnsave.scr /s'"$
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment