-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Add Options to change the font size #30
Comments
Any decent or even semi-decent terminal will have hotkeys dedicated for changing the font size for situations like this (my terminal for example uses If you still want it that bad, either look out for some automation tool to automate pressing |
I tried finding a good solution for this, looking into alarcritty wether there is an option to increase font size for certain aplications. or if ther is a way to scale tmux windows even found this repo https://github.com/da-x/alacritmux which looks promising i couldnt get it working tho. Even considered forking the repo and implementing the feature that would take quiet the effort tho. for i in {0..10}
do
xdotool key ctrl+equal
done
sleep 0.2
tt -quotes en -notheme -highlight1 -noskip
sleep 0.2
for i in {0..10}
do
xdotool key ctrl+minus
done and put it as alias in my bash rc alias tt='$HOME/dotfiles/tt.sh' really not a great solution so let me know if you find something that works better for you |
It would be nice to allow for user to set a font size. Especially since current size is quite small for me.
I know that there is the default terminal font size changer but it would be nice if there was a custom option within the command to change font-size
The text was updated successfully, but these errors were encountered: