From c853d2b0c66698fed80296f480157e4a60b9bb39 Mon Sep 17 00:00:00 2001 From: Amoelle Date: Wed, 20 Aug 2025 12:55:19 +0300 Subject: [PATCH] added hyprpicker argument for auto copy --- .config/hypr/keybindings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/keybindings.conf b/.config/hypr/keybindings.conf index 2ef9f8d..50572f7 100644 --- a/.config/hypr/keybindings.conf +++ b/.config/hypr/keybindings.conf @@ -27,7 +27,7 @@ bind = $mainMod+Shift, F, exec, $scrPath/windowpin.sh # toggle pin on focused wi bind = $mainMod, Backspace, exec, $scrPath/logoutlaunch.sh # launch logout menu bind = Ctrl+Alt, W, exec, killall waybar || waybar # toggle waybar bind = $mainMod+Shift, S, exec, $scrPath/toggle_scale.sh # scale monitor 1 <-> 1.2 -bind = $mainMod, C, exec, hyprpicker # launch color picker +bind = $mainMod, C, exec, hyprpicker -a # launch color picker # Application shortcuts bind = $mainMod, T, exec, $term # launch terminal emulator