From 585e9fc48d12b3284e50ab736fa32553735092a3 Mon Sep 17 00:00:00 2001 From: stitchy Date: Wed, 20 Aug 2025 05:01:36 -0700 Subject: [PATCH] feat: add hyprpicker --- config/hypr/binds.conf | 1 + users/stitchynyan/home.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/config/hypr/binds.conf b/config/hypr/binds.conf index 9dd9949..e38564f 100644 --- a/config/hypr/binds.conf +++ b/config/hypr/binds.conf @@ -10,6 +10,7 @@ bind=ALT,G,exec,${XDG_CONFIG_HOME:-~/.config}/hypr/plumbing.sh bind=ALT,C,exec,${XDG_CONFIG_HOME:-~/.config}/hypr/plumbing.sh clip bind=ALT,RETURN,exec,footclient bindr=ALTSHIFT,RETURN,exec,pkill wofi || wofi -S drun --allow-images +bind=ALT,P,exec,hyprpicker -a # Basic Actions diff --git a/users/stitchynyan/home.nix b/users/stitchynyan/home.nix index 6a0f820..60c62e1 100644 --- a/users/stitchynyan/home.nix +++ b/users/stitchynyan/home.nix @@ -19,6 +19,7 @@ let "grim" "hunspell" "hyprpaper" + "hyprpicker" "isync" "kitty" "libreoffice"