Compare commits

..

2 Commits

Author SHA1 Message Date
Thomas Forgione 17a8e60261 Merge branch 'master' of gitea.tforgione.fr:tforgione/awesome 2024-06-24 17:57:25 +02:00
Thomas Forgione 5cef0e4160 Push 2024-06-24 17:57:21 +02:00
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"}),