mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2026-03-23 14:05:11 +00:00
rofi search
This commit is contained in:
parent
0541d79f8c
commit
b6cfe394cc
|
|
@ -702,6 +702,11 @@ awful.key({modkey}, "r", function()
|
||||||
end, {
|
end, {
|
||||||
description = "run rofi",
|
description = "run rofi",
|
||||||
group = "launcher"
|
group = "launcher"
|
||||||
|
}), awful.key({modkey}, "g", function()
|
||||||
|
awful.util.spawn("rofisearch")
|
||||||
|
end, {
|
||||||
|
description = "run rofi",
|
||||||
|
group = "launcher"
|
||||||
}), awful.key({modkey}, "x", function()
|
}), awful.key({modkey}, "x", function()
|
||||||
awful.prompt.run {
|
awful.prompt.run {
|
||||||
prompt = "Run Lua code: ",
|
prompt = "Run Lua code: ",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue