diff options
Diffstat (limited to 'mut')
| -rwxr-xr-x | mut/bin/maimpick | 2 | ||||
| -rw-r--r-- | mut/neovim/fnl/conf/pkgs/lint.fnl | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mut/bin/maimpick b/mut/bin/maimpick index 00a0c98..f2a5f2b 100755 --- a/mut/bin/maimpick +++ b/mut/bin/maimpick @@ -12,7 +12,7 @@ clip() { case "$(printf "a selected area\\ncurrent window\\nfull screen\\na selected area (save)\\ncurrent window (save)\\nfull screen (save)" | dmenu -l 6 -i -p "Screenshot which area?")" in "a selected area") maim -u -s | clip ;; - "current window") + "current window") echo "$(xdotool getactivewindow)" maim -q -d 0.2 -i "$(xdotool getactivewindow)" | clip ;; "full screen") maim -q -d 0.2 | clip ;; diff --git a/mut/neovim/fnl/conf/pkgs/lint.fnl b/mut/neovim/fnl/conf/pkgs/lint.fnl index d9a3c13..078dc3e 100644 --- a/mut/neovim/fnl/conf/pkgs/lint.fnl +++ b/mut/neovim/fnl/conf/pkgs/lint.fnl @@ -16,6 +16,7 @@ {:formatters_by_ft {:python [:ruff_format :isort] :go [:goimports] + :nix [:alejandra] :terraform [:terraform_fmt] :hcl [:terraform_fmt]} :format_on_save |
