mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Add clipboard
This commit is contained in:
parent
b77967622f
commit
af189f76b5
1 changed files with 6 additions and 2 deletions
|
@ -15,7 +15,8 @@
|
||||||
|
|
||||||
exec-once = wpaperd
|
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, 1, workspace, 1
|
||||||
bind = SUPER, 2, workspace, 2
|
bind = SUPER, 2, workspace, 2
|
||||||
|
@ -61,11 +62,13 @@
|
||||||
bind = SUPER, F, fullscreen
|
bind = SUPER, F, fullscreen
|
||||||
bind = SUPER+SHIFT, F, togglefloating
|
bind = SUPER+SHIFT, F, togglefloating
|
||||||
|
|
||||||
bind = SUPER, SPACE, exec, fuzzel
|
|
||||||
bind = SUPER, RETURN, exec, kitty
|
bind = SUPER, RETURN, exec, kitty
|
||||||
bind = SUPER, W, exec, firefox
|
bind = SUPER, W, exec, firefox
|
||||||
bind = SUPER, D, exec, discord
|
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 = , 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 = SHIFT, PRINT, exec, grim - | wl-copy --type image/png; dunstify --timeout 1000 "Screenshot Copied To Clipboard"
|
||||||
bind = CTRL, PRINT, exec, kazam
|
bind = CTRL, PRINT, exec, kazam
|
||||||
|
@ -145,6 +148,7 @@
|
||||||
})
|
})
|
||||||
|
|
||||||
(with pkgs; homePackages "nixos" [
|
(with pkgs; homePackages "nixos" [
|
||||||
|
cliphist
|
||||||
brightnessctl
|
brightnessctl
|
||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue