Push
This commit is contained in:
parent
dcaf91e0a8
commit
5cef0e4160
|
@ -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
2
rc.lua
|
@ -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"}),
|
||||||
|
|
Loading…
Reference in New Issue