auto up 21:30:42 up 1:07, 2 users, load average: 0.97, 1.31, 1.50

This commit is contained in:
2025-12-18 21:30:44 +01:00
parent 42b3185712
commit f9d7d345c0

View File

@@ -233,6 +233,9 @@ keybinds clear-defaults=true {
plugins { plugins {
about location="zellij:about" about location="zellij:about"
compact-bar location="zellij:compact-bar" compact-bar location="zellij:compact-bar"
// compact-bar location="zellij:compact-bar" {
// tooltip "F1"
// }
configuration location="zellij:configuration" configuration location="zellij:configuration"
filepicker location="zellij:strider" { filepicker location="zellij:strider" {
cwd "/" cwd "/"
@@ -261,7 +264,7 @@ web_client {
// - true // - true
// - false (Default) // - false (Default)
// //
// simplified_ui true simplified_ui true
// Choose the theme that is specified in the themes section. // Choose the theme that is specified in the themes section.
// Default: default // Default: default
@@ -346,7 +349,7 @@ pane_frames false
// Examples: // Examples:
// //
// copy_command "xclip -selection clipboard" // x11 // copy_command "xclip -selection clipboard" // x11
// copy_command "wl-copy" // wayland copy_command "wl-copy" // wayland
// copy_command "pbcopy" // osx // copy_command "pbcopy" // osx
// //
// copy_command "pbcopy" // copy_command "pbcopy"
@@ -374,13 +377,13 @@ pane_frames false
// otherwise this will error if such a session exists. // otherwise this will error if such a session exists.
// Default: <RANDOM> // Default: <RANDOM>
// //
// session_name "My singleton session" session_name "JonasWork"
// When `session_name` is provided, attaches to that session // When `session_name` is provided, attaches to that session
// if it is already running or creates it otherwise. // if it is already running or creates it otherwise.
// Default: false // Default: false
// //
// attach_to_session true attach_to_session true
// Toggle between having Zellij lay out panes according to a predefined set of layouts whenever possible // Toggle between having Zellij lay out panes according to a predefined set of layouts whenever possible
// Options: // Options:
@@ -492,7 +495,7 @@ show_startup_tips false
// Whether to show release notes on first version run // Whether to show release notes on first version run
// Default: true // Default: true
// //
// show_release_notes false show_release_notes false
// Whether to enable mouse hover effects and pane grouping functionality // Whether to enable mouse hover effects and pane grouping functionality
// default is true // default is true