AutoYADM commit: 2025-05-21 02:47:39

This commit is contained in:
Daniel Fichtinger 2025-05-21 02:47:39 -04:00
parent bbbc0d4c6b
commit ec6e7d142a
2 changed files with 8 additions and 3 deletions

View file

@ -37,4 +37,9 @@ hook global WinSetOption filetype=man %{
remove-highlighter window/show-whitespaces
ui-wrap-disable
}
execute-keys %sh{
result=$((kak_window_height / 2 - 1))
notify-send 'this'
printf '%d%s' "$result" 'j'
}
}