Frank Barknecht hat gesagt: // Frank Barknecht wrote:
I would like it that way, too. Altough I think, that a decent window manager should be configurable in this regard (like sawfish for example is), I am quite fond of blackbox, which has all three alt-clicks hardcoded to move/raise-lower/resize.
Here's a quick hack for blackbox-users:
$ cd blackbox-0.61.1/ $ perl -pi.bak -e 's/Mod1/Mod4/g' src/Window.cc $ make install
Now blackbox uses Meta_L instead of Alt_L for quick moving/raising/resizing.
bye,