Better
This commit is contained in:
parent
b1f95df1d0
commit
b73008c860
2
rc.lua
2
rc.lua
|
@ -358,7 +358,7 @@ globalkeys = awful.util.table.join(
|
|||
{description = "go back", group = "client"}),
|
||||
-- Standard program
|
||||
awful.key({ modkey, }, "Return", function ()
|
||||
awful.spawn(terminal)
|
||||
awful.util.spawn_with_shell(terminal .. ' --title $(uuidgen)')
|
||||
naughty.notify({title = "Starting " .. options.terminal})
|
||||
end,
|
||||
{description = "open a terminal", group = "launcher"}),
|
||||
|
|
Loading…
Reference in New Issue