fixes sessionzier
This commit is contained in:
parent
ef7e6982e2
commit
bbbbcfa59b
2 changed files with 1 additions and 3 deletions
|
|
@ -182,7 +182,6 @@
|
||||||
setup_path = /* fish */ ''
|
setup_path = /* fish */ ''
|
||||||
fish_add_path /run/wrappers/bin
|
fish_add_path /run/wrappers/bin
|
||||||
fish_add_path /run/current-system/sw/bin
|
fish_add_path /run/current-system/sw/bin
|
||||||
fish_add_path $HOME/.config/fish/functions
|
|
||||||
|
|
||||||
if test "$uname" = "Darwin"
|
if test "$uname" = "Darwin"
|
||||||
setup_homebrew
|
setup_homebrew
|
||||||
|
|
|
||||||
|
|
@ -21,11 +21,10 @@ keybinds clear-defaults=true {
|
||||||
}
|
}
|
||||||
|
|
||||||
bind "s" {
|
bind "s" {
|
||||||
Run "sessionizer" {
|
Run "fish" "-ic" "sessionizer" {
|
||||||
close_on_exit true
|
close_on_exit true
|
||||||
floating true
|
floating true
|
||||||
};
|
};
|
||||||
TogglePaneEmbedOrFloating;
|
|
||||||
SwitchToMode "Locked";
|
SwitchToMode "Locked";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue