diff --git a/home/fhauser/applications/sway.nix b/home/fhauser/applications/sway.nix index 7900960..a752ee5 100644 --- a/home/fhauser/applications/sway.nix +++ b/home/fhauser/applications/sway.nix @@ -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";