summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
authorMarcel Baur <mail@marcelbaur.io>2023-03-30 13:33:39 +0200
committerGitHub <noreply@github.com>2023-03-30 20:33:39 +0900
commit6ea5c3666fa2f38742da115d5fe5beef30eccc2f (patch)
tree7e9445b1be581826c3cec0984034ebe04b47ead2 /zellij-client
parent7f1dde5520ceac3d653dae7adec17c2fdaf83f8b (diff)
Add option to hide session name in tab-bar (deriving from #2172) (#2301)
* feat(tab-bar): add option to hide prefix (#2172) * feat(tab-bar): only hide session_name * fix(snapshots): update snapshots with new config-var naming --------- Co-authored-by: Marcel Baur <marcel@baur.gg>
Diffstat (limited to 'zellij-client')
-rw-r--r--zellij-client/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/zellij-client/src/lib.rs b/zellij-client/src/lib.rs
index 68bc45e9e..fb58db275 100644
--- a/zellij-client/src/lib.rs
+++ b/zellij-client/src/lib.rs
@@ -167,6 +167,7 @@ pub fn start_client(
style: Style {
colors: palette,
rounded_corners: config.ui.pane_frames.rounded_corners,
+ hide_session_name: config.ui.pane_frames.hide_session_name,
},
keybinds: config.keybinds.clone(),
};