From e4f68f1f7bbdf12d5aecd594cd359c35ad234847 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 29 Oct 2018 15:05:11 -0700 Subject: [PATCH] Finish code directives for chapter 3.2 --- source/3/3.2/3.2.13/session_settings.rst | 4 +++- source/3/3.2/3.2.14/shortcut_keys.rst | 6 +++++- source/3/3.2/3.2.15/users_and_groups.rst | 8 +++++++- source/3/3.2/3.2.16/window_effects.rst | 8 +++++++- source/3/3.2/3.2.19/Printers.rst | 8 +++++++- 5 files changed, 29 insertions(+), 5 deletions(-) diff --git a/source/3/3.2/3.2.13/session_settings.rst b/source/3/3.2/3.2.13/session_settings.rst index 42b70aaa..22c18ef2 100644 --- a/source/3/3.2/3.2.13/session_settings.rst +++ b/source/3/3.2/3.2.13/session_settings.rst @@ -21,4 +21,6 @@ Lubuntu ships with version 0.13.0 of session settings. How to launch ------------- -To launch session settings from the menu -> Preferences -> LXQt settings -> session settings. From LXQt configuration center press the button that looks like a triangular blue flag and is labeled with session settings. To run session settings from the command line run lxqt-config-session. +To launch session settings from the menu -> Preferences -> LXQt settings -> session settings. From LXQt configuration center press the button that looks like a triangular blue flag and is labeled with session settings. To run session settings from the command line run + +.. code:: lxqt-config-session diff --git a/source/3/3.2/3.2.14/shortcut_keys.rst b/source/3/3.2/3.2.14/shortcut_keys.rst index 20553063..34bfded0 100644 --- a/source/3/3.2/3.2.14/shortcut_keys.rst +++ b/source/3/3.2/3.2.14/shortcut_keys.rst @@ -19,4 +19,8 @@ Screenshot How to launch ------------- -To launch shortcut keys from the menu -> Prefrences -> LXQt settings -> shortcut keys. From LXQt configuration center use shortcut keys button which looks like 6 keyboard keys or run lxqt-config-globalkeyshortcuts. +To launch shortcut keys from the menu -> Prefrences -> LXQt settings -> shortcut keys. From LXQt configuration center use shortcut keys button which looks like 6 keyboard keys or from the command line run + +.. code:: + + lxqt-config-globalkeyshortcuts diff --git a/source/3/3.2/3.2.15/users_and_groups.rst b/source/3/3.2/3.2.15/users_and_groups.rst index c9b824c8..1735e468 100644 --- a/source/3/3.2/3.2.15/users_and_groups.rst +++ b/source/3/3.2/3.2.15/users_and_groups.rst @@ -13,4 +13,10 @@ To create a new useage create a new user enter your password to make sure it is How to launch ------------- -To launch Users and groups from the menu -> Prefrences -> LXQt settings -> users and groups. From LXQt configuration center under system settings press the button that looks like two people. Or you can run lxqt-admin-user from the command line. +To launch Users and groups from the menu -> Prefrences -> LXQt settings -> users and groups. From LXQt configuration center under system settings press the button that looks like two people. Or you can run + +.. code:: + + lxqt-admin-user + +from the command line. diff --git a/source/3/3.2/3.2.16/window_effects.rst b/source/3/3.2/3.2.16/window_effects.rst index 7af3a1a2..9891c333 100644 --- a/source/3/3.2/3.2.16/window_effects.rst +++ b/source/3/3.2/3.2.16/window_effects.rst @@ -10,4 +10,10 @@ Lubuntu ships with version 0.4.0 of Window effects. How to Launch ------------- -To launch window effects from the menu -> Prefrences -> LXQt Settings -> Window effects or run compton-conf from the command line. From LXQt configuration center press the gear button with a c in it to launch Window Effects. +To launch window effects from the menu -> Prefrences -> LXQt Settings -> Window effects or run + +.. code:: + + compton-conf + +from the command line. From LXQt configuration center press the gear button with a c in it to launch Window Effects. diff --git a/source/3/3.2/3.2.19/Printers.rst b/source/3/3.2/3.2.19/Printers.rst index 77274193..f73ba658 100644 --- a/source/3/3.2/3.2.19/Printers.rst +++ b/source/3/3.2/3.2.19/Printers.rst @@ -13,5 +13,11 @@ Lubuntu ships with version 1.5.11 of printers. How to launch ------------- -To launch printers from the menu -> Prefrences -> Printers or run system-config-printer from the command line. +To launch printers from the menu -> Prefrences -> Printers or run + +.. code:: + + system-config-printer + +from the command line.