Skip to content

Commit

Permalink
Seems like multiplexing in Wezterm is very buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
jhthorsen committed May 23, 2024
1 parent 6d71645 commit 6d4bc02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ local mouse_bindings = require 'user_mouse_bindings'
local theme_kanagawa = require 'user_theme_kanagawa'

return {
default_gui_startup_args = {'connect', 'unix'},
unix_domains = {{name = 'unix'}},
-- default_gui_startup_args = {'connect', 'unix'},
-- unix_domains = {{name = 'unix'}},

audible_bell = 'Disabled',
enable_scroll_bar = false,
Expand Down

0 comments on commit 6d4bc02

Please sign in to comment.