diff --git a/config.ron b/config.ron index f645f455..a30a4156 100644 --- a/config.ron +++ b/config.ron @@ -40,6 +40,8 @@ (modifiers: [Logo], key: "f"): Spawn("nautilus"), //TODO: ability to select default terminal (modifiers: [Logo], key: "t"): Spawn("gnome-terminal"), + (modifiers: [Logo], key: "a"): Spawn("xdg-shell-wrapper cosmic-app-library"), + (modifiers: [Logo], key: "Slash"): Spawn("xdg-shell-wrapper cosmic-launcher"), }, workspace_mode: OutputBound, ) diff --git a/debian/control b/debian/control index 2eb54cf5..04736bcd 100644 --- a/debian/control +++ b/debian/control @@ -23,4 +23,8 @@ Homepage: https://github.com/pop-os/cosmic-comp Package: cosmic-comp Architecture: amd64 arm64 Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: + cosmic-app-library, + cosmic-launcher, + xdg-shell-wrapper Description: Wayland compositor of pop-os cosmic shell