DEV Community

George Shuklin
George Shuklin

Posted on

Forced full-screen on Gnome

Small improvements to desktop environment make small improvements in productivity, and they compound.

Today I found that I can force any app (not only the app with special support for it) to run in a fullscreen mode under Gnome.

gsettings \
 set org.gnome.desktop.wm.keybindings \
 toggle-fullscreen "['<Super>f']"
Enter fullscreen mode Exit fullscreen mode

Super-F, and ANY application is full-screen.

Top comments (0)