Last active
September 23, 2016 05:51
-
-
Save usagi/fca5460f44ecb76161d1568c48da3447 to your computer and use it in GitHub Desktop.
Windows で作業中に"考え事をする為"に"ディスプレイを一瞬で真っ黒にする"方法 ref: http://qiita.com/usagi/items/fb7f15ef48a28768cacc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scrnsave.scr /s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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