Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Dragging windows around with alt-click has always been one of my favorite features on a linux desktop: no need to aim at the window title to drag, just press alt, click anywhere within the window and drag.

This seems to be disabled in gnome 3 / gnome-shell in debian testing. How can I enable it? (I hope the feature still exists...)

share|improve this question

migrated from stackoverflow.com May 25 '12 at 22:00

1 Answer

up vote 1 down vote accepted

This did what I needed:

gconftool-2 --set /apps/metacity/general/mouse_button_modifier --type string "<Alt>"

I figured it out based on another question: Gnome3 - Change window drag shortcut

It seems that alt-click-drag is usually enabled and I found several questions wanting to disable it. My case was the opposite. The feature was disabled, and I really wanted to enable it.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.