update
This commit is contained in:
parent
cffea7b4d4
commit
3b6cb627d9
2 changed files with 10 additions and 3 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
|
||||
|
|
@ -300,8 +308,7 @@ plugins {
|
|||
}
|
||||
}
|
||||
|
||||
load_plugins {
|
||||
}
|
||||
load_plugins {}
|
||||
|
||||
default_mode "locked"
|
||||
default_shell "fish"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue