mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Add emoji fuzzel config
This commit is contained in:
parent
ac3f0d92d1
commit
86e7ee5017
4 changed files with 1855 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -37,3 +37,4 @@
|
|||
!*.nix
|
||||
!*.nu
|
||||
!*.png
|
||||
!*.txt
|
||||
|
|
1849
modules/hyprland/emojis.txt
Normal file
1849
modules/hyprland/emojis.txt
Normal file
File diff suppressed because it is too large
Load diff
|
@ -13,8 +13,10 @@ desktopUserHomeConfiguration {
|
|||
'')];
|
||||
|
||||
bind = [
|
||||
"SUPER, SPACE, exec, pkill fuzzel; fuzzel"
|
||||
"SUPER, V , exec, pkill fuzzel; cliphist list | fuzzel --dmenu | cliphist decode | wl-copy"
|
||||
"SUPER , SPACE, exec, pkill fuzzel; fuzzel"
|
||||
"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"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -119,7 +119,6 @@ in desktopSystemConfiguration {
|
|||
"SUPER , RETURN, exec, ghostty --gtk-single-instance=true"
|
||||
"SUPER , W , exec, firefox"
|
||||
"SUPER , D , exec, discord"
|
||||
"SUPER , E , exec, fractal"
|
||||
"SUPER , M , exec, thunderbird"
|
||||
"SUPER , T , exec, thunar"
|
||||
"SUPER , C , exec, hyprpicker --autocopy"
|
||||
|
@ -212,6 +211,7 @@ in desktopSystemConfiguration {
|
|||
swappy
|
||||
swaybg
|
||||
wl-clipboard
|
||||
wtype
|
||||
xdg-utils
|
||||
xwaylandvideobridge
|
||||
]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue