From 7f96dd658311b1e3a9f5dd1990b207ac8f33f999 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 11 Oct 2018 18:29:49 -0700 Subject: [PATCH] Add window management to chapter 5 --- source/5/5.4/window_management.rst | 6 ++++++ source/5/Panel_Desktop_and_Runner.rst | 1 + 2 files changed, 7 insertions(+) create mode 100644 source/5/5.4/window_management.rst diff --git a/source/5/5.4/window_management.rst b/source/5/5.4/window_management.rst new file mode 100644 index 00000000..0fe457b6 --- /dev/null +++ b/source/5/5.4/window_management.rst @@ -0,0 +1,6 @@ +Chapter 5.4 Window Management +============================= + +Window managment is how to manage the windows on your desktop. Underneath Lubuntu uses openbox as default a window manager. This manages window allows you to drag and close and make windows take up the whole screen. You also can drag the whole window around by clicking on the titlebar and dragging the window with the mouse. + +If you want to make your window bigger or smaller you can grab the border of the window which should be highligheted in blue by default to drag or make the window bigger or smaller. To make a window take up the full screen or maximize it is to press the button on the titlebar to make the window that look like to arrows pointing towards opposite corners of the window. Pressing the X button will close the window. The button that looks like a - will iconify the window to make it only appear on the taskbar of lxqt-panel and in the window switching dialog better known to microsoft windows users as minimize. diff --git a/source/5/Panel_Desktop_and_Runner.rst b/source/5/Panel_Desktop_and_Runner.rst index 423c038e..5d2d23e4 100644 --- a/source/5/Panel_Desktop_and_Runner.rst +++ b/source/5/Panel_Desktop_and_Runner.rst @@ -7,3 +7,4 @@ Chapter 5 Panel Desktop and Runner 5.1/lxqt-panel 5.3/lxqt-runner + 5.4/window_management