config: Use simple-wrapper instead of xdg-shell-wrapper
This commit is contained in:
parent
d14d9d3439
commit
e2f43053e9
1 changed files with 2 additions and 2 deletions
|
|
@ -43,8 +43,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"),
|
||||
(modifiers: [Logo], key: "a"): Spawn("simple-wrapper com.system76.CosmicAppLibrary"),
|
||||
(modifiers: [Logo], key: "slash"): Spawn("simple-wrapper com.system76.CosmicLauncher"),
|
||||
},
|
||||
workspace_mode: OutputBound,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue