add(global_keybindings) open terminal command
This commit is contained in:
parent
9bf5157b05
commit
1f00c3775a
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue