From 40e00f8bdd9bd05a26e1eb62bfab87affefbe65e Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Mon, 5 Dec 2022 16:43:19 +1000 Subject: [PATCH] konsole: refresh page (#9542) * Enhance code examples and program description * Remove `--fallback-profile` example: - option is not available in man page * Update pages/linux/konsole.md --- pages/linux/konsole.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/pages/linux/konsole.md b/pages/linux/konsole.md index 5c01b7f4f1..ec5f97ef98 100644 --- a/pages/linux/konsole.md +++ b/pages/linux/konsole.md @@ -1,24 +1,20 @@ # konsole -> Konsole: The KDE terminal emulator. -> More information: . +> KDE's terminal emulator. +> More information: . -- Open a new Konsole in a specific directory: +- Open the terminal in a specific directory: `konsole --workdir {{path/to/directory}}` -- Run a specific command and do not close the window after it exits: +- [e]xecute a specific command and don't close the window after it exits: -`konsole --noclose -e {{command}}` +`konsole --noclose -e "{{command}}"` - Open a new tab: `konsole --new-tab` -- Open a Konsole in the background and bring to the front when Ctrl+Shift+F12 (by default) is pressed: +- Open the terminal in the background and bring to the front when `Ctrl+Shift+F12` is pressed: `konsole --background-mode` - -- Open a Konsole with the emergency FALLBACK profile: - -`konsole --fallback-profile`