martyr-deepin / deepin-wm

Deprecated, consider create and maintain your own fork if you love it.
GNU General Public License v3.0
72 stars 30 forks source link

Move window with ALT+CLICK #51

Closed scorninpc closed 5 years ago

scorninpc commented 5 years ago

It's possible implement ALT+Click on anyware of window to move that? It's so produtive

BLumia commented 5 years ago

There are some related gsettings keys under org.gnome.desktop.wm.preferences, they aremouse-button-modifier, resize-with-right-button. You can use gsettings set or dconf-editor to set these preferences, for your case, mouse-button-modifier set to <Alt>, and resize-with-right-button to true.

We are planning to switch to KWin btw :)

scorninpc commented 5 years ago

Exactly what i mean. You guys are the best