como usar lwm?

1

Sou um usuário do ubuntu-gnome e meu sistema tem 4Gs de RAM. Então é muito difícil para mim trabalhar no estúdio android. Alguém recomendou que eu use lwm (gerenciador de janelas leve). Eu instalei e adicionei uma entrada para a tela de login. Mas descobriu-se que é realmente muito leve. Quando eu faço o login no lwm, sou saudado com uma tela preta com um ponteiro e nada mais. O ponteiro funciona, mas não há nada para apontar. O teclado não faz nada. A página inicial do lwm não ajuda muito. Ele descreve várias opções de cl a serem dadas a ele. Quando executo lwm em um terminal, ele diz another window manager is already running. . Talvez precise de alguns outros programas para funcionar corretamente. Alguém sabe alguma coisa sobre isso?

    
por saga 22.09.2016 / 18:18

1 resposta

1

Só para responder a essa pergunta, citando a página de manual do lwm :

Lwm is a window manager for the X Window System. It provides enough features to allow the user to manage their windows, and no more. Windows are surrounded by a frame with a titlebar at the top next to a small box. The frame is a grey colour for all windows except that which has the input focus, where it is black.

In the default configuration, lwm uses the enter-to-focus scheme, where moving the pointer into a window gives that window the input focus. Lwm may also be configured to use the click-to-focus scheme, where a window must be clicked on (with any button) to receive the input focus. Clicking on a window in this mode causes the window to be raised. Note that a click used to focus a window is always swallowed by lwm, so clicking a button in a new window requires two clicks.

A button 1 click on a window frame brings that window to the top. Dragging button 1 on the frame of a resizable window repositions that edge of the window. If a corner rather than an edge is dragged, then both edges forming the corner are repositioned. While you're reshaping a window, a little window pops up to show you the window's current size.

In the default configuration, button 1 on the root window does nothing.

Button 2 is used to drag a window by its frame, repositioning the window but maintaining its position in the window stack.

In the default configuration, button 2 on the root window brings up a new shell.

A button 3 click on a window frame hides that window. Pressing button 3 on the root window brings up a menu. The various items unhide the named hidden window.

A button 3 click in the frame while Shift is held down pushes the window to the back, under any other windows. (Users with 4-button mice are encouraged to use their fourth button for this function.)

A click with any button inside the little white box in a window's frame can be used to close the window.

    
por 23.09.2016 / 19:20