1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Add clipboard

This commit is contained in:
RGBCube 2023-11-11 09:15:10 +03:00
parent b77967622f
commit af189f76b5
No known key found for this signature in database

View file

@ -15,7 +15,8 @@
exec-once = wpaperd
bind = SUPER, TAB, workspace, e+1
exec-once = wl-paste --type text --watch cliphist store
exec-once = wl-paste --type image --watch cliphist store
bind = SUPER, 1, workspace, 1
bind = SUPER, 2, workspace, 2
@ -61,11 +62,13 @@
bind = SUPER, F, fullscreen
bind = SUPER+SHIFT, F, togglefloating
bind = SUPER, SPACE, exec, fuzzel
bind = SUPER, RETURN, exec, kitty
bind = SUPER, W, exec, firefox
bind = SUPER, D, exec, discord
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 = CTRL, PRINT, exec, kazam
@ -145,6 +148,7 @@
})
(with pkgs; homePackages "nixos" [
cliphist
brightnessctl
grim
slurp