diff --git a/.config/nvim/todo b/.config/nvim/TODO similarity index 100% rename from .config/nvim/todo rename to .config/nvim/TODO diff --git a/.local/bin/dmenuflameshot b/.local/bin/dmenuflameshot index 98949ce73..42d024606 100755 --- a/.local/bin/dmenuflameshot +++ b/.local/bin/dmenuflameshot @@ -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)";; diff --git a/TODO b/TODO new file mode 100644 index 000000000..5f4efa204 --- /dev/null +++ b/TODO @@ -0,0 +1,2 @@ + TODO: Rework lf icons for audio and video files + TODO: Move NVIM config to submodule