Make King's Cross (and apps in general) fullscreen - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: Make King's Cross (and apps in general) fullscreen (/showthread.php?tid=12945) |
Make King's Cross (and apps in general) fullscreen - 3x5co - 01-30-2021 The statusbar and titlebars of King's Cross are taking up a lot of real estate. I would say this is true of a lot of these gnome apps. Is there a way to force full screen? RE: Make King's Cross (and apps in general) fullscreen - fdlamotte - 01-31-2021 yes, I use it daily ! with dconf editor assign a value, "<Alt>f" for instance, to org.gnome.wm.keybindings.toggle-fullscreen you can then use it using the terminal layout of squeekboard RE: Make King's Cross (and apps in general) fullscreen - fdlamotte - 01-31-2021 and to get more space, I set the scale to 1.5 in /usr/share/phosh/phoc.ini you can change that at runtime with wlr-randr RE: Make King's Cross (and apps in general) fullscreen - dukla2000 - 02-03-2021 (01-31-2021, 02:29 AM)fdlamotte Wrote: yes, I use it daily ! OK so I can set <Alt>f to toggle fullscreen. But for the life of me I cannot get <Alt>m (or anything) to minimise the current window. Or do we have a <Super> key in squeakboard to use the default <Super>h? I really like the Telegram option to start minimised - it is out of sight until it has something to look at. However after opening it the first time it would be nice to get rid of it/minimise it again. RE: Make King's Cross (and apps in general) fullscreen - fdlamotte - 02-04-2021 @dukla2000 if you look at phoc sourcecode there is nothing to take care of the minimize keybinding https://salsa.debian.org/agx/phoc/-/blob/debian/master/src/keybindings.c so unfortunatelay there seems to be no way of minimizing a window ... RE: Make King's Cross (and apps in general) fullscreen - dukla2000 - 02-04-2021 (02-04-2021, 04:21 AM)fdlamotte Wrote: @dukla2000 if you look at phoc sourcecode there is nothing to take care of the minimize keybinding thanks |