This commit is contained in:
Thomas Forgione 2024-06-24 17:57:21 +02:00
parent dcaf91e0a8
commit 5cef0e4160
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
return { return {
browser="firefox", browser="firefox",
terminal="alacritty", terminal="new-terminal",
email="thomas@forgione.fr", email="thomas@forgione.fr",
email2="thomas@polymny.studio", email2="thomas@polymny.studio",
} }

2
rc.lua
View File

@ -428,7 +428,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.util.spawn_with_shell(terminal .. ' --title $(uuidgen)') awful.util.spawn_with_shell(terminal)
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"}),