mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +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, SPACE, exec, pkill fuzzel; fuzzel
|
||||||
bind = SUPER, V, exec, pkill fuzzel; cliphist list | fuzzel --dmenu | cliphist decode | wl-copy
|
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 = , 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 - | 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
|
bind = CTRL, PRINT, exec, kazam
|
||||||
|
|
||||||
binde = , XF86AudioRaiseVolume, exec, wpctl set-volume --limit 1.5 @DEFAULT_AUDIO_SINK@ 5%+; /home/nixos/.config/hypr/volume.sh
|
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" [
|
(with pkgs; homePackages "nixos" [
|
||||||
cliphist
|
|
||||||
brightnessctl
|
brightnessctl
|
||||||
|
cliphist
|
||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
|
swappy
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue