My dotfiles
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

9 行
174 B

  1. #!/bin/sh
  2. if [ $# -eq 0 ]
  3. then
  4. flameshot screen -n $(($(xrandr | grep -c " connected") - 1)) -c -p ~/Screenshots/"$(date +%Y.%m.%d-%T)".jpg
  5. else
  6. flameshot gui -c
  7. fi