Kitty: fullscreen option

Created on 27 Aug 2017  路  7Comments  路  Source: kovidgoyal/kitty

Is there a fullscreen option implemented?
Kitty does not seem to answer to f11, alt + enter or any other common commands.

Most helpful comment

All 7 comments

Fullscreen is typically the resonsibility of the window manager, not the application. On macOS you click the fullscreen button, on linux, dpending on what window manager you use, there will be some method for making windows fulscreen.

But no all wm supports that, and glfw allows fullscreen.

I've never heard of a window manager that does not support either maximizing windows to use all available space or making them fullscreen. In fact you can even do it from a script using xdotool with any EVMH compatible window manager.

I'm using weston.

Why? weston is a toy compositor. Use something like sway instead. Not to mention that kitty is not fully functional under wayland anyway. You have to compile glfw from master and build glew with the EGL backend and even then auto-repeat wont work. Though I support you could probably run it under XWayland.

Then I will add it myself.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Ulrar picture Ulrar  路  3Comments

crocket picture crocket  路  4Comments

Askannz picture Askannz  路  3Comments

Jomik picture Jomik  路  4Comments

bewzaalex picture bewzaalex  路  3Comments