hyper
hyper copied to clipboard
Very big gaps around screen on Linux and MacOS.
- [x] I am on the latest Hyper.app version
- [x] I have searched the issues of this repo and believe that this is not a duplicate
- Arch Linux 6.1.1, Gnome 43.2, MacOS 13.2:
- 3.3.0:
- My gist: https://gist.github.com/FormalSnake/153c373b587fc594dd9a11bf4d952c69:
- N/A (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere):
- Out of the box I had the exact same issue.:
Issue
My Hyper terminal has big borders everywere, and fullscreen (F11) does nothing. I can reproduce it on both Arch linux and macOS.
Here are some screenshots of my Arch linux:
On other terminals, I do not have this issue.
Alacritty:
It's the padding
https://gist.github.com/FormalSnake/153c373b587fc594dd9a11bf4d952c69#file-hyper-js-config-L53
you can change it to 0px or any other value, It has the same syntax as css padding
After setting the padding to 0px, it still looks weird.
Having the same issue here
@FormalSnake @syhzrl Can you guys try once with all the plugins commented out
@LabhanshAgrawal
Same thing... another issue I have is the fact that when I put hyper in fullscreen the title bar is still there.
Also, happy new year!
Setting padding: "0px"
in the config only seems to reduce the padding on the top and left of the window. In @FormalSnake's screenshot above, you can see there is padding on the right and the bottom still. I'm having this same problem on Ubuntu Wayland, Hyper 3.4.0.
The right one would be for the scroll bar and the bottom one would be there as there's room left after rendering lines.