From 1a6d5f644a9664d4b9d2f82dd47f41ee083abd97 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Fri, 15 Jul 2022 12:42:02 -0400 Subject: [PATCH] feat: use applet host to activate launcher and app library --- config.ron | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.ron b/config.ron index 49f331da..2eed5d0b 100644 --- a/config.ron +++ b/config.ron @@ -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], key: "y"): ToggleTiling, @@ -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("simple-wrapper com.system76.CosmicAppLibrary"), - (modifiers: [Logo], key: "slash"): Spawn("simple-wrapper com.system76.CosmicLauncher"), + (modifiers: [Logo], key: "a"): Spawn("busctl --user call com.system76.CosmicAppletHost /com/system76/CosmicAppletHost com.system76.CosmicAppletHost Toggle s 'com.system76.CosmicAppLibrary'"), + (modifiers: [Logo], key: "slash"): Spawn("busctl --user call com.system76.CosmicAppletHost /com/system76/CosmicAppletHost com.system76.CosmicAppletHost Toggle s 'com.system76.CosmicLauncher'"), }, workspace_mode: OutputBound, )