mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
5 lines
146 B
Fish
5 lines
146 B
Fish
function icatfit
|
|
set cols (math (tput cols) - 1)
|
|
set lines (math (tput lines) - 1)
|
|
kitty +kitten icat --place $cols"x"$lines"@0x0" $argv
|
|
end |