rx icon indicating copy to clipboard operation
rx copied to clipboard

F11 to quickly toggle fullscreen

Open wooster0 opened this issue 2 years ago • 6 comments

I think this would be very convenient.

wooster0 avatar Aug 27 '21 19:08 wooster0

@xla could you elaborate on what's confusing you?

wooster0 avatar Aug 29 '21 14:08 wooster0

Just wondering why F11 and not any other key or combination.

xla avatar Aug 30 '21 02:08 xla

I just thought F11 is kind of the convention for fullscreen. It's the fullscreen key in a lot of games, browsers and other applications. But sure, maybe there could be more keys for that than just F11.

wooster0 avatar Aug 30 '21 15:08 wooster0

I tried implementing the feature but unfortunately at the moment it cant be supported due to the limitations of the underlying glfw wrapper, however this pr allows you to start rx with the --fullscreen flag to start it in fullscreen

frogstair avatar Oct 20 '22 17:10 frogstair

I just use my window manager, Sway in this case, to fullscreen at a press of a key..

hendursaga avatar Oct 20 '22 17:10 hendursaga

@hendursaga after a bit of digging I found how to implement the feature, now all we gotta do is wait for it to be merged some day

frogstair avatar Oct 20 '22 18:10 frogstair