Merge branch 'main' of ssh://codeberg.org/dnscio/nix-config
This commit is contained in:
commit
dc095a1163
12 changed files with 158 additions and 120 deletions
|
|
@ -12,6 +12,14 @@ keybinds clear-defaults=true {
|
|||
bind "/" { SwitchToMode "Scroll"; }
|
||||
|
||||
// Plugins / Tools
|
||||
bind "q" {
|
||||
LaunchOrFocusPlugin "plugin-manager" {
|
||||
floating true
|
||||
move_to_focused_tab true
|
||||
};
|
||||
SwitchToMode "Locked";
|
||||
}
|
||||
|
||||
bind "w" {
|
||||
LaunchOrFocusPlugin "session-manager" {
|
||||
floating true
|
||||
|
|
@ -306,11 +314,12 @@ plugins {
|
|||
}
|
||||
|
||||
load_plugins {
|
||||
"https://github.com/dj95/zjstatus/releases/latest/download/zjstatus.wasm"
|
||||
}
|
||||
|
||||
simplified_ui false
|
||||
default_mode "locked"
|
||||
default_shell "fish"
|
||||
default_layout "compact"
|
||||
pane_frames true
|
||||
scroll_buffer_size 100000
|
||||
copy_on_select true
|
||||
|
|
@ -320,4 +329,3 @@ session_serialization true
|
|||
pane_viewport_serialization true
|
||||
web_server false
|
||||
show_startup_tips false
|
||||
default_layout "compact"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue