Compare commits
2 Commits
b34ae531ea
...
17a8e60261
Author | SHA1 | Date | |
---|---|---|---|
17a8e60261 | |||
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…
x
Reference in New Issue
Block a user