Several things:

- fixed `command-not-found`
- trying out `purescript`
- fixed screenshot shortcut
This commit is contained in:
Andrea Ciceri 2021-11-02 00:08:59 +01:00
parent 7d02c94366
commit 8fe4fdfcbc
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
3 changed files with 11 additions and 5 deletions

View file

@ -50,7 +50,7 @@
keybindings =
let
screenshotScript = pkgs.writeShellScript "screenshot.sh" ''
filename="~/shots/$(date --iso-8601=seconds).png"
filename="$HOME/shots/$(date --iso-8601=seconds).png"
coords="$(${pkgs.slurp}/bin/slurp)"
${pkgs.grim}/bin/grim -t png -g "$coords" $filename
wl-copy -t image/png < $filename