hyper icon indicating copy to clipboard operation
hyper copied to clipboard

Very big gaps around screen on Linux and MacOS.

Open FormalSnake opened this issue 2 years ago • 4 comments

  • [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: Screenshot from 2022-12-27 09-31-24 Screenshot from 2022-12-27 09-39-51 On other terminals, I do not have this issue. Alacritty: Screenshot from 2022-12-27 09-45-58

FormalSnake avatar Dec 27 '22 09:12 FormalSnake

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

LabhanshAgrawal avatar Dec 28 '22 04:12 LabhanshAgrawal

After setting the padding to 0px, it still looks weird. Screenshot 2022-12-28 at 15 42 14

FormalSnake avatar Dec 28 '22 15:12 FormalSnake

Having the same issue here

image

syhzrl avatar Dec 29 '22 04:12 syhzrl

@FormalSnake @syhzrl Can you guys try once with all the plugins commented out

LabhanshAgrawal avatar Dec 31 '22 11:12 LabhanshAgrawal

@LabhanshAgrawal Same thing... another issue I have is the fact that when I put hyper in fullscreen the title bar is still there. Screenshot 2023-01-03 at 11 54 22 Also, happy new year!

FormalSnake avatar Jan 03 '23 11:01 FormalSnake

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.

masonmcelvain avatar Jan 05 '23 23:01 masonmcelvain

The right one would be for the scroll bar and the bottom one would be there as there's room left after rendering lines.

LabhanshAgrawal avatar Jan 06 '23 11:01 LabhanshAgrawal