Add emojikey Mode+Shift+D
This commit is contained in:
parent
44b21b13b7
commit
23cc4d0f47
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ in rec {
|
||||||
gnome.adwaita-icon-theme
|
gnome.adwaita-icon-theme
|
||||||
gnome2.gnome-icon-theme
|
gnome2.gnome-icon-theme
|
||||||
hicolor-icon-theme # TODO: Move these requirements?
|
hicolor-icon-theme # TODO: Move these requirements?
|
||||||
|
fuzzel # Required for rofimoji
|
||||||
];
|
];
|
||||||
|
|
||||||
xsession.preferStatusNotifierItems = true;
|
xsession.preferStatusNotifierItems = true;
|
||||||
|
@ -75,6 +76,7 @@ in rec {
|
||||||
light = "${pkgs.light}/bin/light";
|
light = "${pkgs.light}/bin/light";
|
||||||
in lib.mkOptionDefault {
|
in lib.mkOptionDefault {
|
||||||
"${mod}+p" = "exec passbemenu";
|
"${mod}+p" = "exec passbemenu";
|
||||||
|
"${mod}+Shift+d" = "exec ${pkgs.rofimoji}/bin/rofimoji --action type --selector fuzzel";
|
||||||
"${mod}+x" = "move workspace to output right";
|
"${mod}+x" = "move workspace to output right";
|
||||||
"${mod}+y" = "move workspace to output left";
|
"${mod}+y" = "move workspace to output left";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue