Skip to content

Commit 81ed662

Browse files
author
altermo
committed
fix: alt in alacritty works now
1 parent 3cfc09b commit 81ed662

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/nxwm/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ function M.start()
220220
vim.schedule_wrap(M.win_update_all)('enter')
221221
end,group=M.augroup})
222222
M.term_set_size(x11.screen_get_size())
223+
x11.term_focus()
223224
local function t()
224225
if not x11.display then return end
225226
M.step()

0 commit comments

Comments
 (0)