add(global_keybindings) open terminal command

This commit is contained in:
Aire-One 2021-09-27 00:52:09 +02:00
parent 9bf5157b05
commit 1f00c3775a
1 changed files with 1 additions and 1 deletions

View File

@ -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',