My dotfiles
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
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