dotfiles/derivations/fish/fish-functions/functions/icat_auto.fish
2024-04-28 20:42:51 +03:00

5 lines
148 B
Fish

function icat_auto
set cols (math (tput cols) - 1)
set lines (math (tput lines) - 1)
kitty +kitten icat --place $cols"x"$lines"@0x0" $argv
end