Update
This commit is contained in:
parent
e062b96f09
commit
3e1430c6e2
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ end, {
|
||||||
group = "awesome"
|
group = "awesome"
|
||||||
}), -- Menubar
|
}), -- Menubar
|
||||||
awful.key({modkey}, "p", function()
|
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()
|
-- menubar.show()
|
||||||
end, {
|
end, {
|
||||||
description = "show the menubar",
|
description = "show the menubar",
|
||||||
|
|
Loading…
Reference in a new issue