commit
6ab1624e70
After Width: | Height: | Size: 330 KiB |
@ -1,4 +1,15 @@
|
|||||||
Chapter 5.2 Desktop Icons
|
Chapter 5.2 Desktop Icons
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
The icons on your desktop can be moved by clicking and holding and dragging the desktop icon to the position you want it. To open a desktop entry file on an icon double click on it. To remove a desktop icon right click on the file and click move to trash. If you want a file to show up on your desktop you can save it to the Desktop folder in your home directory. Similar to the file manager you can right click the file and open with and select the program that way.
|
The icons on your desktop can be moved by left clicking, holding and dragging the desktop icon to the position you want it. Shortcuts or desktop entry files can be opened by double click on the icon.
|
||||||
|
|
||||||
|
Adding and removing items from the desktop
|
||||||
|
------------------------------------------
|
||||||
|
1. Shortcuts can be copied to the desktop by dragging and dropping them from the application menu.
|
||||||
|
2. You can also create shortcuts by dragging and dropping files and folders from the File manager onto the desktop.
|
||||||
|
|
||||||
|
|
||||||
|
.. image:: desktop_entry.png
|
||||||
|
|
||||||
|
To remove a desktop icon right click on the file and click move to trash.
|
||||||
|
|
||||||
|
After Width: | Height: | Size: 254 KiB |
After Width: | Height: | Size: 189 KiB |
After Width: | Height: | Size: 17 KiB |
@ -1,10 +1,37 @@
|
|||||||
Chapter 5.4 Window Management
|
Chapter 5.4 Window Management
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
Window management is how to manage the windows on your desktop. Underneath, Lubuntu uses Openbox by default as the window manager. This manages window allows you to drag, 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.
|
Window are the area which contains the graphical user interface that we interact with programs. In Lubuntu these windows can typically be opened, closed, resized and minimized. Underneath Lubuntu uses Openbox as default a window manager.
|
||||||
|
|
||||||
If you want to make your window bigger or smaller, you can grab the border of the window which should be highlighted 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.
|
Using the mouse
|
||||||
|
---------------
|
||||||
|
In the top-right corner of a windows a few commands allow you basic controls of the window. Starting from left to right
|
||||||
|
|
||||||
On the far left at the top of the window is the icon for the program. If you left click on the icon brings up a menu for window management. The send to desktop to send to desktop for several different desktops or all desktops at the bottom. The layer option on the menu always on top to make the window appear always on top. If you want to move something to always show to bottom or you can move it back to normal. The third icon is move and then you can drag them to where you want. Resize lets you move the mouse by resizing. Iconify lets you see it only on the taskbar. Maximize maximizes the window to make it take up all of the monitor. Roll up roll down makes the window just a titlebar. On the far bottom is this menu you can move it to close.
|
- Iconify (-) hides/minimizes the window making it only appear on the task bar of the Panel. It can be recalled by clicking on the application on the task bar, or cycling through open windows with (ALT + Tab)
|
||||||
|
- Maximize reshapes the window to fix the entire screen.
|
||||||
|
- Close (x) attempts to end the window and probably the program.
|
||||||
|
|
||||||
If you want some useful keyboard shortcuts use the Super Key and press an arrow key to snap the window to that side of the screen.
|
.. image:: window_corner.png
|
||||||
|
|
||||||
|
The window can be moved by by clicking on the title-bar and dragging the mouse.
|
||||||
|
You can resize the window by grabbing the border (sides or corners which should be highlighted in blue) and dragging.
|
||||||
|
|
||||||
|
Right clicking on the title bar and left clicking on the icon located at the top-left of the window brings the window management menu. Here you can:
|
||||||
|
- Using Send to desktop, send the window to a virtual desktop of your choice
|
||||||
|
- Using Layer option allows you to set whether this windows is always on top, etc.
|
||||||
|
- If you want to move something to always show to bottom or you can move it back to normal.
|
||||||
|
- The earlier mentioned Iconify, Maximize, Close, and Resize option are also available here.
|
||||||
|
- Roll up/down rolls the window into the title-bar.
|
||||||
|
- Decorate/Undecorate hides them title-bar.
|
||||||
|
|
||||||
|
Useful keyboard shortcuts
|
||||||
|
-------------------------
|
||||||
|
- Closing a window (Alt + F4)
|
||||||
|
- Switching through windows (Hold Alt + hit Tab)
|
||||||
|
- Resizing windows, Super (windows key) + directional arrows.
|
||||||
|
|
||||||
|
Screenshots
|
||||||
|
-----------
|
||||||
|
.. image:: snap_left_right.png
|
||||||
|
|
||||||
|
.. image:: snap_up_down.png
|
Loading…
Reference in new issue