This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/bin/floating-term

10 lines
176 B
Bash
Executable File

#!/usr/bin/env sh
kitty \
--single-instance \
--class floating_terminal \
-o remember_window_size=no \
-o initial_window_width=60c \
-o initial_window_height=12c \
"$@"