diff options
| author | Mike Vink <ivi@vinkies.net> | 2024-10-18 11:50:09 +0000 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2024-10-18 11:50:09 +0000 |
| commit | 209da81aff39a5cb1a16986dc4fe3b24715943f6 (patch) | |
| tree | 62e4146beed1f9a48c9bf6e566b96a6a0b48f815 /mut | |
| parent | 5e3e5ad843e5eb3f69c4e2ce9af241febb6d7d95 (diff) | |
update linter
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 |
