mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2026-03-23 05:55:12 +00:00
rofi search
This commit is contained in:
parent
0541d79f8c
commit
b6cfe394cc
|
|
@ -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: ",
|
||||
|
|
|
|||
Loading…
Reference in a new issue