i3 term cmd
always start wezterm in a new process for correct lf preview display
This commit is contained in:
parent
f5d278fd24
commit
e884f1f91b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ for_window [all] title_window_icon padding 10px
|
|||
floating_modifier $mod
|
||||
|
||||
## Run a terminal
|
||||
set $term wezterm
|
||||
set $term wezterm start --always-new-process
|
||||
bindsym $mod+Return exec $term
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue