[konsole] [Bug 155603] Konsole needs an easy way to resize the window to 80 columns

Jinesh Choksi bugzilla_noreply at kde.org
Fri Jul 23 19:38:38 BST 2021


https://bugs.kde.org/show_bug.cgi?id=155603

Jinesh Choksi <jinesh at onelittlehope.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |WORKSFORME
                 CC|                            |jinesh at onelittlehope.com

--- Comment #25 from Jinesh Choksi <jinesh at onelittlehope.com> ---
You can sort of control Konsole's geometry via using the following command line
parameter:

-p <property=value>        Change the value of a profile property.


e.g.

If a user wanted to simulate "konsole --geometry 100x100+400+400" as mentioned
in comment 22, they can use the following command:

konsole -geometry +400+400 -p TerminalColumns=100 -p TerminalRows=100

Note, 100 rows may be too large for most people's screens and so Konsole will
do the right thing and only expand the rows to what is visibly fittable on the
screen. It will helpfully adjust the Y axis figure as well to fit as many rows
as possible.

So try using command to confirm things work as wanted:

konsole -geometry +400+400 -p TerminalColumns=84 -p TerminalRows=24

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list