diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-03-09 13:51:05 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-03-09 13:51:05 +0100 |
commit | ddf4126c11823b0563c03bfd13feab6d4d04ccad (patch) | |
tree | 713e8988dc5e68cbd6da12abc1815b11a049f2a8 /docs | |
parent | 9f0bb1262d66fac1f2ca308bde470924e8c48328 (diff) |
kmscon: implement dynamic font-resizing via shortcuts
This implements two new keyboard shortcuts zoom-in and zoom-out that
increase/decrease font size of the current terminal.
This is similar to how wlterm does it and allows runtime modification of
fonts.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man/kmscon.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/man/kmscon.xml b/docs/man/kmscon.xml index dbe0dcf..7777ede 100644 --- a/docs/man/kmscon.xml +++ b/docs/man/kmscon.xml @@ -372,6 +372,22 @@ </varlistentry> <varlistentry> + <term><option>--grab-zoom-in {grab}</option></term> + <listitem> + <para>Increase font size of the current terminal. + (default: <Ctrl>Plus)</para> + </listitem> + </varlistentry> + + <varlistentry> + <term><option>--grab-zoom-out {grab}</option></term> + <listitem> + <para>Decrease font size of the current terminal. + (default: <Ctrl>Minus)</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>--grab-session-next {grab}</option></term> <listitem> <para>Switch to next session. |