Skip to content

Commit

Permalink
chore: disable session resurrection in test config
Browse files Browse the repository at this point in the history
  • Loading branch information
dj95 committed Nov 30, 2024
1 parent a156ff3 commit b5288bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/zjstatus/config.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ pane_frames true
// - true (default)
// - false
//
// session_serialization false
session_serialization false

// Whether pane viewports are serialized along with the session, default is false
// (Requires restart)
Expand Down
4 changes: 2 additions & 2 deletions tests/zjstatus/layout.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ layout {
swap_layout_format "#[bg=blue,fg=#000000] {name} #[bg=red,fg=black] foo "
swap_layout_hide_if_empty "false"

hide_frame_for_single_pane "false"
hide_frame_for_single_pane "true"
hide_frame_except_for_search "false"
hide_frame_except_for_fullscreen "true"
hide_frame_except_for_fullscreen "false"

mode_normal "#[bg=$blue] #[bg=yellow] "
mode_tmux "#[bg=$yellow] "
Expand Down

0 comments on commit b5288bd

Please sign in to comment.