From f7f3d3d2c3f06ef84748c28219e5ae6b18029945 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Thu, 11 May 2023 17:40:10 -0400 Subject: bug in wl-copy part of screenshot cmd --- nixpkgs/.config/nixpkgs/common/dwl_4/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpkgs/.config/nixpkgs/common/dwl_4/config.h b/nixpkgs/.config/nixpkgs/common/dwl_4/config.h index 84ab1bb..b45e198 100644 --- a/nixpkgs/.config/nixpkgs/common/dwl_4/config.h +++ b/nixpkgs/.config/nixpkgs/common/dwl_4/config.h @@ -119,7 +119,7 @@ static const char *hibernatecmd[] = { "systemctl", "hibernate", NULL }; static const char *lockcmd[] = { "swaylock", "-i", "/tmp/bg", NULL }; static const char scrotcmd[] = "slurp | \ grim -g - - | \ - wl-copy --type image && \ + wl-copy --type image/png && \ notify-send 'Copied selection to clipboard!' && \ wl-paste --type image > $HOME/pics/$(date +'%Y-%m-%d-%H%M%S_grim.png')"; -- cgit v1.2.3