Switch to Hyprpicker

This commit is contained in:
Bun 2025-05-06 05:35:09 -04:00
parent 9aba9dd727
commit bbe92e5cd7
3 changed files with 5 additions and 22 deletions

View file

@ -35,7 +35,7 @@
# Prime + ctrl + key
"${primeMod}+Ctrl+s" = ''exec rofiscratch'';
"${primeMod}+Ctrl+c" = ''exec wlpicker && notify-send "Color copied to clipboard"'';
"${primeMod}+Ctrl+c" = ''exec hyprpicker | wl-copy -n && notify-send "Color copied to clipboard"'';
## Media
@ -60,9 +60,9 @@
"${primeMod}+Ctrl+n" = ''exec makoctl dismiss -a'';
# Screenshots
"${secMod}+f" = ''exec ${pkgs.shotman}/bin/shotman --copy --capture region'';
"${secMod}+Shift+f" = ''exec ${pkgs.shotman}/bin/shotman --copy --capture window'';
"${secMod}+Ctrl+f" = ''exec ${pkgs.shotman}/bin/shotman --copy --capture output'';
"${secMod}+f" = ''exec shotman --copy --capture region'';
"${secMod}+Shift+f" = ''exec shotman --copy --capture window'';
"${secMod}+Ctrl+f" = ''exec shotman --copy --capture output'';
# Display brightness
"${primeMod}+equal" = ''exec brightnessctl s 5%+'';