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
|
||||
gnome2.gnome-icon-theme
|
||||
hicolor-icon-theme # TODO: Move these requirements?
|
||||
fuzzel # Required for rofimoji
|
||||
];
|
||||
|
||||
xsession.preferStatusNotifierItems = true;
|
||||
|
@ -75,6 +76,7 @@ in rec {
|
|||
light = "${pkgs.light}/bin/light";
|
||||
in lib.mkOptionDefault {
|
||||
"${mod}+p" = "exec passbemenu";
|
||||
"${mod}+Shift+d" = "exec ${pkgs.rofimoji}/bin/rofimoji --action type --selector fuzzel";
|
||||
"${mod}+x" = "move workspace to output right";
|
||||
"${mod}+y" = "move workspace to output left";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue