From 3e1430c6e26890a94eafeb0e0d2ed330e5045a4b Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Wed, 5 Jan 2022 18:46:58 +0100 Subject: [PATCH] Update --- configs/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/awesome/rc.lua b/configs/awesome/rc.lua index 0dd6b0d..5e77312 100644 --- a/configs/awesome/rc.lua +++ b/configs/awesome/rc.lua @@ -366,7 +366,7 @@ end, { group = "awesome" }), -- Menubar awful.key({modkey}, "p", function() - awful.spawn.with_shell("rofi -modi 'run,ssh' -show drun &>> /tmp/rofi.log") + awful.spawn.with_shell("rofi -show drun &>> /tmp/rofi.log") -- menubar.show() end, { description = "show the menubar",