From fe44041aefcef789387de67fb3bcf9f0c037d264 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 12 Feb 2019 14:39:29 -0800 Subject: [PATCH] Add not on runner able to be used as a calculator --- source/5/5.3/lxqt-runner.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/5/5.3/lxqt-runner.rst b/source/5/5.3/lxqt-runner.rst index 7204af0e..72a37d06 100644 --- a/source/5/5.3/lxqt-runner.rst +++ b/source/5/5.3/lxqt-runner.rst @@ -9,6 +9,8 @@ Usage To search for a program, press :kbd:`Alt + F2` and start typing a command. The search results will show below, similar to address bar behavior in browsers. All installed applications can be launched this way and lxqt-runner can configured to store a history of recent programs. If you want to clear history open the downard pointing menu :menuselection:`Clear History`. The runner even lets you logout, shutdown, or other ways to leave your session through the runner. Also keep in mind you do not have to search for the start of an application like inputting :kbd:`shot` will show results for screenshot. +Runner can also work as a calculator if you put for example :kbd:`2+2=` and you will get the answer. + Configuration -------------