My dotfiles
You can not select more than 25 topics 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