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