add dotfiles and nixos zellij layouts with stacked panes
This commit is contained in:
@@ -250,9 +250,9 @@ keybinds clear-defaults=true {
|
||||
// changing these requires a restart to take effect
|
||||
plugins {
|
||||
about location="zellij:about"
|
||||
compact-bar location="zellij:compact-bar" { // replace it with these lines
|
||||
tooltip "F1" // choose a keybinding to toggle the hints
|
||||
}
|
||||
compact-bar location="zellij:compact-bar" {
|
||||
tooltip "F1"
|
||||
}
|
||||
configuration location="zellij:configuration"
|
||||
filepicker location="zellij:strider" {
|
||||
cwd "/"
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
layout {
|
||||
default_tab_template {
|
||||
children
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
}
|
||||
|
||||
tab name="dotfiles" cwd="/home/thomasgl/.dotfiles" {
|
||||
pane split_direction="vertical" {
|
||||
pane stacked=true {
|
||||
pane
|
||||
pane command="nvim"
|
||||
}
|
||||
pane size="30%" command="pi"
|
||||
}
|
||||
}
|
||||
|
||||
tab name="NixOS" cwd="/home/thomasgl/etc/nixos" {
|
||||
pane split_direction="vertical" {
|
||||
pane stacked=true {
|
||||
pane
|
||||
pane command="nvim"
|
||||
}
|
||||
pane size="30%" command="pi"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
layout {
|
||||
cwd "/home/thomasgl/.dotfiles"
|
||||
pane split_direction="vertical" {
|
||||
pane stacked=true {
|
||||
pane
|
||||
pane command="nvim"
|
||||
}
|
||||
pane size="30%" command="pi"
|
||||
}
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
layout {
|
||||
cwd "/home/thomasgl/etc/nixos"
|
||||
pane split_direction="vertical" {
|
||||
pane stacked=true {
|
||||
pane
|
||||
pane command="nvim"
|
||||
}
|
||||
pane size="30%" command="pi"
|
||||
}
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user