From adc69fd169a4c91e52d734586fc7fdb053c821ed Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 7 Jan 2024 21:54:59 +0900 Subject: [PATCH] screenshot --- home-manager/common/software/cli/bash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/bash.nix b/home-manager/common/software/cli/bash.nix index 69ebb49b..8bfd0742 100644 --- a/home-manager/common/software/cli/bash.nix +++ b/home-manager/common/software/cli/bash.nix @@ -159,8 +159,8 @@ } ''; shellAliases = { - # nVidia prime selector alias: prime-select = "nvidia-offload"; + screenshot = ''grim -g "$(slurp)" | wl-copy -t image/png''; # Don't use X to open emacs emacs = "emacs -nw";