Merge pull request #6 from pop-os/applibrary-laucher_jammy
Bind super+/ and super+a to launcher/applibrary
This commit is contained in:
commit
75173fe697
2 changed files with 7 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
|||
(modifiers: [Logo], key: "j"): Focus(Down),
|
||||
(modifiers: [Logo], key: "k"): Focus(Up),
|
||||
(modifiers: [Logo], key: "l"): Focus(Right),
|
||||
//TODO: automatic orientation with Logo+o toggling
|
||||
//TODO: automatic orientation with Logo+o toggling
|
||||
(modifiers: [Logo], key: "v"): Orientation(Vertical),
|
||||
(modifiers: [Logo], key: "o"): Orientation(Horizontal),
|
||||
(modifiers: [Logo, Shift], key: "f"): Fullscreen,
|
||||
|
|
@ -41,7 +41,8 @@
|
|||
(modifiers: [Logo], key: "f"): Spawn("nautilus"),
|
||||
//TODO: ability to select default terminal
|
||||
(modifiers: [Logo], key: "t"): Spawn("gnome-terminal"),
|
||||
(modifiers: [Ctrl], key: "t"): Spawn("wofi --show drun"),
|
||||
(modifiers: [Logo], key: "a"): Spawn("xdg-shell-wrapper cosmic-app-library"),
|
||||
(modifiers: [Logo], key: "Slash"): Spawn("xdg-shell-wrapper cosmic-launcher"),
|
||||
},
|
||||
workspace_mode: OutputBound,
|
||||
)
|
||||
|
|
|
|||
4
debian/control
vendored
4
debian/control
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue