cleanup
This commit is contained in:
parent
12b6b8819c
commit
57cc0ed4ae
3 changed files with 3 additions and 1 deletions
|
@ -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
2
TODO
Normal file
|
@ -0,0 +1,2 @@
|
|||
TODO: Rework lf icons for audio and video files
|
||||
TODO: Move NVIM config to submodule
|
Loading…
Add table
Reference in a new issue