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
Plaintext
Raw Normal View History

2020-10-25 00:33:20 -05:00
#!/usr/bin/env sh
kitty \
2020-11-06 09:31:50 -06:00
--single-instance \
2020-11-09 23:19:36 -06:00
--class floating_terminal \
2020-10-25 00:33:20 -05:00
-o remember_window_size=no \
-o initial_window_width=60c \
-o initial_window_height=12c \
"$@"