mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Add screenshot annotations
This commit is contained in:
parent
031070179a
commit
dacdec7713
1 changed files with 4 additions and 3 deletions
|
@ -69,8 +69,8 @@
|
|||
bind = SUPER, SPACE, exec, pkill fuzzel; fuzzel
|
||||
bind = SUPER, V, exec, pkill fuzzel; cliphist list | fuzzel --dmenu | cliphist decode | wl-copy
|
||||
|
||||
bind = , PRINT, exec, grim -g "$(slurp -c 00000000)" - | wl-copy --type image/png; dunstify --timeout 1000 "Screenshot Copied To Clipboard"
|
||||
bind = SHIFT, PRINT, exec, grim - | wl-copy --type image/png; dunstify --timeout 1000 "Screenshot Copied To Clipboard"
|
||||
bind = , PRINT, exec, grim -g "$(slurp -w 0)" - | swappy -f - -o - | wl-copy --type image/png; dunstify --timeout 1000 "Screenshot Copied To Clipboard"
|
||||
bind = SHIFT, PRINT, exec, grim - | swappy -f -o - | wl-copy --type image/png; dunstify --timeout 1000 "Screenshot Copied To Clipboard"
|
||||
bind = CTRL, PRINT, exec, kazam
|
||||
|
||||
binde = , XF86AudioRaiseVolume, exec, wpctl set-volume --limit 1.5 @DEFAULT_AUDIO_SINK@ 5%+; /home/nixos/.config/hypr/volume.sh
|
||||
|
@ -148,9 +148,10 @@
|
|||
})
|
||||
|
||||
(with pkgs; homePackages "nixos" [
|
||||
cliphist
|
||||
brightnessctl
|
||||
cliphist
|
||||
grim
|
||||
slurp
|
||||
swappy
|
||||
wl-clipboard
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue