dvdhrm / kmscon

Linux KMS/DRM based virtual Console Emulator
http://www.freedesktop.org/wiki/Software/kmscon
Other
432 stars 79 forks source link

Feature: Dynamic font settings #77

Closed larsks closed 11 years ago

larsks commented 11 years ago

It would be nice if the font face/size/etc could be set dynamically inside a kmscon session. I certainly find myself in situations where my selected font size turns out to be a bad fit for some information (e.g., I want to display a really wide table and want to crank the font size down).

dvdhrm commented 11 years ago

wlterm already supported this for long time. I now took the time and implemented it for kmscon. You can now use cltr+"+" and ctrl+"-" to modify font-settings during runtime.

You can change the keyboard-shortcuts as usual via --grab-zoom-in=XY and --grab-zoom-out=XY.

The main commit is: ddf4126c11823b0563c03bfd13feab6d4d04ccad

Please report if there are any problems with it. Thanks David