fixes sessionzier

This commit is contained in:
Dennis 2025-12-15 15:47:03 +01:00
parent ef7e6982e2
commit bbbbcfa59b
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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";
} }