Push
This commit is contained in:
parent
dcaf91e0a8
commit
5cef0e4160
|
@ -1,6 +1,6 @@
|
|||
return {
|
||||
browser="firefox",
|
||||
terminal="alacritty",
|
||||
terminal="new-terminal",
|
||||
email="thomas@forgione.fr",
|
||||
email2="thomas@polymny.studio",
|
||||
}
|
||||
|
|
2
rc.lua
2
rc.lua
|
@ -428,7 +428,7 @@ globalkeys = awful.util.table.join(
|
|||
{description = "go back", group = "client"}),
|
||||
-- Standard program
|
||||
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})
|
||||
end,
|
||||
{description = "open a terminal", group = "launcher"}),
|
||||
|
|
Loading…
Reference in New Issue