Several things:
- fixed `command-not-found` - trying out `purescript` - fixed screenshot shortcut
This commit is contained in:
parent
7d02c94366
commit
8fe4fdfcbc
3 changed files with 11 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue