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?
Asked
Active
Viewed 1.1k times
4 Answers
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 openbox config with
openbox --reconfigure
i can press Alt+F7 to move the window.
sebastianwagner
- 286
7
A bit late ... but for whoever might be interested : Alt+click & Move does it !
ComputingFroggy
- 171