01-30-2021, 09:13 PM
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?
![]() |
01-30-2021, 09:13 PM
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?
01-31-2021, 02:29 AM
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
01-31-2021, 03:34 AM
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
02-03-2021, 03:37 PM
(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.
02-04-2021, 04:21 AM
@dukla2000 if you look at phoc sourcecode there is nothing to take care of the minimize keybinding
https://salsa.debian.org/agx/phoc/-/blob...bindings.c so unfortunatelay there seems to be no way of minimizing a window ...
02-04-2021, 04:37 AM
(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 ![]()
|