From be384c3e28f1eade8a3495289d7ccac4ebbb773a Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 23 May 2025 17:03:09 -0400 Subject: [PATCH] Copied the menu call to the dashboard menu --- files/system/etc/skel/.config/hyprpanel/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/system/etc/skel/.config/hyprpanel/config.json b/files/system/etc/skel/.config/hyprpanel/config.json index aa6fb44..47a8ddf 100644 --- a/files/system/etc/skel/.config/hyprpanel/config.json +++ b/files/system/etc/skel/.config/hyprpanel/config.json @@ -55,5 +55,5 @@ "menus.dashboard.shortcuts.left.shortcut2.icon": "󰹕", "menus.dashboard.shortcuts.left.shortcut2.command": "uwsm app --net.cozic.joplin_desktop", "menus.dashboard.shortcuts.left.shortcut2.tooltip": "Joplin", - "menus.dashboard.shortcuts.left.shortcut4.command": "rofi -show drun -run-command \"uwsm app -- {cmd}\"" + "menus.dashboard.shortcuts.left.shortcut4.command": "uwsm app -- $(wofi --show drun --define=drun-print_desktop_file=true)" } \ No newline at end of file