Compare commits
No commits in common. "17a8e602616505a4675cc74680d148dea508cb68" and "b34ae531ea209ee4ad27f9fb98c8b9b77f54d832" have entirely different histories.
17a8e60261
...
b34ae531ea
|
@ -1,6 +1,6 @@
|
|||
return {
|
||||
browser="firefox",
|
||||
terminal="new-terminal",
|
||||
terminal="alacritty",
|
||||
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)
|
||||
awful.util.spawn_with_shell(terminal .. ' --title $(uuidgen)')
|
||||
naughty.notify({title = "Starting " .. options.terminal})
|
||||
end,
|
||||
{description = "open a terminal", group = "launcher"}),
|
||||
|
|
Loading…
Reference in New Issue