Revert "kak: No forzar foot"

This reverts commit e305c45b4f.
This commit is contained in:
Cat /dev/Nulo 2022-12-09 16:22:50 -03:00
parent 62f2beacbc
commit 697524f379
1 changed files with 11 additions and 0 deletions

View File

@ -61,6 +61,17 @@ hook global WinSetOption filetype=go %{
hook buffer BufWritePre .* format-buffer
}
# ------------
# Usar Foot
# ------------
hook global KakBegin .* %{ set-option global termcmd "footclient sh -c" }
define-command fzf-terminal -params 1.. -shell-completion %{
set-option global termcmd "footclient --app-id=fzf sh -c"
wayland-terminal %arg{@}
set-option global termcmd "footclient sh -c"
}
# ------------
# Keybindings genericas
# ------------