1
0
Fork 0
This commit is contained in:
Luca Bilke 2023-03-13 01:35:23 +01:00
parent 12b6b8819c
commit 57cc0ed4ae
3 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@ geom() {
}
# variables
output="${XDG_PICTURES_DIR:-$HOME/Pictures}/$(date '+%y%m%d-%H%M-%S').png"
output="${XDG_PICTURES_DIR:-$HOME/Pictures}/Screenshots/$(date '+%y%m%d-%H%M-%S').png"
case "$(printf "selected area\\ncurrent window\\nselected window\\nfull screen\\nselected area (copy)\\ncurrent window (copy)\\nselect window (copy)\\nfull screen (copy)" | dmenu -i -p "Screenshot which area?")" in
"selected area") flameshot gui -p "$output" ;;
"current window") flameshot gui -p "$output" --region "$(geom active)";;

2
TODO Normal file
View File

@ -0,0 +1,2 @@
TODO: Rework lf icons for audio and video files
TODO: Move NVIM config to submodule