From 1f00c3775ab4aee604a714b33c75af00ab086f33 Mon Sep 17 00:00:00 2001 From: Aire-One Date: Mon, 27 Sep 2021 00:52:09 +0200 Subject: [PATCH] add(global_keybindings) open terminal command --- configuration/global_keybindings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/global_keybindings.lua b/configuration/global_keybindings.lua index 1a72bf7..19e66c1 100644 --- a/configuration/global_keybindings.lua +++ b/configuration/global_keybindings.lua @@ -48,7 +48,7 @@ local global_keybindings = { { description = 'lua execute prompt', group = 'awesome' }), akey({ modkey }, 'Return', function () - aspawn(applications.terminal) + aspawn(applications.open_terminal()) end, { description = 'open a terminal', group = 'launcher' }), akey({ modkey }, 'r',