Bind super+/ and super+a to launcher/applibrary

Also adds these packages to `Recommends` of Debian package.

These bindings don't give keyboard focus the created window, which is
awkward. We also want to somehow make the bindings close the window if
open.
This commit is contained in:
Ian Douglas Scott 2022-04-15 16:25:40 -07:00
parent 4dd2e01e53
commit d75dcf7f96
2 changed files with 6 additions and 0 deletions

View file

@ -40,6 +40,8 @@
(modifiers: [Logo], key: "f"): Spawn("nautilus"), (modifiers: [Logo], key: "f"): Spawn("nautilus"),
//TODO: ability to select default terminal //TODO: ability to select default terminal
(modifiers: [Logo], key: "t"): Spawn("gnome-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, workspace_mode: OutputBound,
) )

4
debian/control vendored
View file

@ -23,4 +23,8 @@ Homepage: https://github.com/pop-os/cosmic-comp
Package: cosmic-comp Package: cosmic-comp
Architecture: amd64 arm64 Architecture: amd64 arm64
Depends: ${misc:Depends}, ${shlibs:Depends} Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends:
cosmic-app-library,
cosmic-launcher,
xdg-shell-wrapper
Description: Wayland compositor of pop-os cosmic shell Description: Wayland compositor of pop-os cosmic shell