This commit is contained in:
Thomas Forgione 2024-06-21 18:06:40 +02:00
parent b1f95df1d0
commit b73008c860
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -358,7 +358,7 @@ globalkeys = awful.util.table.join(
{description = "go back", group = "client"}), {description = "go back", group = "client"}),
-- Standard program -- Standard program
awful.key({ modkey, }, "Return", function () awful.key({ modkey, }, "Return", function ()
awful.spawn(terminal) awful.util.spawn_with_shell(terminal .. ' --title $(uuidgen)')
naughty.notify({title = "Starting " .. options.terminal}) naughty.notify({title = "Starting " .. options.terminal})
end, end,
{description = "open a terminal", group = "launcher"}), {description = "open a terminal", group = "launcher"}),