mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
auto up 21:30:42 up 1:07, 2 users, load average: 0.97, 1.31, 1.50
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user