From 5f91edf32f5b4e900a16f4ed2b24225b173f275b Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 11 Jul 2024 22:06:02 -0700 Subject: [PATCH] feat: add screenshot --- home.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/home.nix b/home.nix index 8164133..031231d 100755 --- a/home.nix +++ b/home.nix @@ -92,7 +92,9 @@ usbutils # lsusb wl-clipboard rofi-wayland - grimblast + grim + slurp + swappy # messaging apps vesktop @@ -124,10 +126,6 @@ catppuccin.enable = true; }; - catppuccin = { - flavor = "macchiato"; - }; - programs.fzf = { enable = true; catppuccin.enable = true; @@ -192,6 +190,7 @@ "$mod, A, exec, pkill -x rofi || rofi -show drun" + "$mod, P, exec, grim -g \"$(slurp)\" - | swappy -f -" ]; bindm = [ "$mod, mouse:272, movewindow"