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

Add emoji fuzzel config

This commit is contained in:
RGBCube 2024-05-22 08:38:17 +03:00
parent ac3f0d92d1
commit 86e7ee5017
No known key found for this signature in database
4 changed files with 1855 additions and 3 deletions

1
.gitignore vendored
View file

@ -37,3 +37,4 @@
!*.nix !*.nix
!*.nu !*.nu
!*.png !*.png
!*.txt

1849
modules/hyprland/emojis.txt Normal file

File diff suppressed because it is too large Load diff

View file

@ -13,8 +13,10 @@ desktopUserHomeConfiguration {
'')]; '')];
bind = [ bind = [
"SUPER, SPACE, exec, pkill fuzzel; fuzzel" "SUPER , SPACE, exec, pkill fuzzel; fuzzel"
"SUPER, V , exec, pkill fuzzel; cliphist list | fuzzel --dmenu | cliphist decode | wl-copy" "SUPER , E , exec, pkill fuzzel; cat ${./emojis.txt} | fuzzel --no-fuzzy --dmenu | cut -d ' ' -f 1 | tr -d '\\n' | wl-copy"
"SUPER+ALT, E , exec, pkill fuzzel; cat ${./emojis.txt} | fuzzel --no-fuzzy --dmenu | cut -d ' ' -f 1 | tr -d '\\n' | wtype -"
"SUPER , V , exec, pkill fuzzel; cliphist list | fuzzel --dmenu | cliphist decode | wl-copy"
]; ];
}; };

View file

@ -119,7 +119,6 @@ in desktopSystemConfiguration {
"SUPER , RETURN, exec, ghostty --gtk-single-instance=true" "SUPER , RETURN, exec, ghostty --gtk-single-instance=true"
"SUPER , W , exec, firefox" "SUPER , W , exec, firefox"
"SUPER , D , exec, discord" "SUPER , D , exec, discord"
"SUPER , E , exec, fractal"
"SUPER , M , exec, thunderbird" "SUPER , M , exec, thunderbird"
"SUPER , T , exec, thunar" "SUPER , T , exec, thunar"
"SUPER , C , exec, hyprpicker --autocopy" "SUPER , C , exec, hyprpicker --autocopy"
@ -212,6 +211,7 @@ in desktopSystemConfiguration {
swappy swappy
swaybg swaybg
wl-clipboard wl-clipboard
wtype
xdg-utils xdg-utils
xwaylandvideobridge xwaylandvideobridge
])) ]))