From b6cfe394ccd7ac0e4187be81c6d369bd6794dd15 Mon Sep 17 00:00:00 2001 From: Toma Adrian Ionut Date: Sun, 2 Oct 2022 22:00:35 +0300 Subject: [PATCH] rofi search --- themes/vertex/rc.lua.custom | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/vertex/rc.lua.custom b/themes/vertex/rc.lua.custom index 20df21f..d2ef161 100644 --- a/themes/vertex/rc.lua.custom +++ b/themes/vertex/rc.lua.custom @@ -702,6 +702,11 @@ awful.key({modkey}, "r", function() end, { description = "run rofi", group = "launcher" +}), awful.key({modkey}, "g", function() + awful.util.spawn("rofisearch") +end, { + description = "run rofi", + group = "launcher" }), awful.key({modkey}, "x", function() awful.prompt.run { prompt = "Run Lua code: ",