9

I just move from gnome to LXDE. It is quite good, fast and light. But, some functions are lost in from gnome. For example, I can press Alt+F7 in gnome to move a window with keyboard or mouse. But, I can not do it in LXDE. Can I set it up in configure file?

HXGuo
  • 747

4 Answers4

9

I did update ~/.config/openbox/lxde-rc.xml to contain

<keybind key="A-F7">
  <action name="Move"/>
</keybind>

in the section <keyboard>.

When reloading the config with

openbox --reconfigure

i can press Alt+F7 to move the window.

7

A bit late ... but for whoever might be interested : Alt+click & Move does it !

3

lxde doesn't provide a window manager, read this.

Lynob
  • 5,550
  • 23
  • 66
  • 96
0

Alt+Space brings up Openbox menu, including Move option.