From 5cef0e4160ef8975549abe5133d6d80e9ac2e6a6 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 24 Jun 2024 17:57:21 +0200 Subject: [PATCH] Push --- options.lua | 2 +- rc.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/options.lua b/options.lua index c300a84..8f9c2d5 100644 --- a/options.lua +++ b/options.lua @@ -1,6 +1,6 @@ return { browser="firefox", - terminal="alacritty", + terminal="new-terminal", email="thomas@forgione.fr", email2="thomas@polymny.studio", } diff --git a/rc.lua b/rc.lua index 7dcb39b..c5426f8 100644 --- a/rc.lua +++ b/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"}),