This commit is contained in:
Dennis Schoepf 2026-01-09 00:14:28 +01:00
parent cffea7b4d4
commit 3b6cb627d9
2 changed files with 10 additions and 3 deletions

View file

@ -12,6 +12,14 @@ keybinds clear-defaults=true {
bind "/" { SwitchToMode "Scroll"; } bind "/" { SwitchToMode "Scroll"; }
// Plugins / Tools // Plugins / Tools
bind "q" {
LaunchOrFocusPlugin "plugin-manager" {
floating true
move_to_focused_tab true
};
SwitchToMode "Locked";
}
bind "w" { bind "w" {
LaunchOrFocusPlugin "session-manager" { LaunchOrFocusPlugin "session-manager" {
floating true floating true
@ -300,8 +308,7 @@ plugins {
} }
} }
load_plugins { load_plugins {}
}
default_mode "locked" default_mode "locked"
default_shell "fish" default_shell "fish"

View file

@ -8,7 +8,7 @@
layout { layout {
default_tab_template { default_tab_template {
pane size=1 borderless=false { pane size=1 borderless=false {
plugin location="file://${pkgs.zjstatus}/bin/zjstatus.wasm" { plugin location="file:${pkgs.zjstatus}/bin/zjstatus.wasm" {
color_fg "#ffffff" color_fg "#ffffff"
color_fg_alt "#bf8a9f" color_fg_alt "#bf8a9f"
color_fg_dim "#807c9f" color_fg_dim "#807c9f"