回答:
最新のgnomeバージョン(たとえば、gnome-shell)では、代わりにこれを使用する必要があります。
gsettings set org.gnome.desktop.wm.preferences resize-with-right-button true
Gnomeはデフォルトでウィンドウアクションにスーパー(「Windows」)キーを使用するため、上記の操作だけで移動(スーパー左ドラッグ)およびサイズ変更(スーパー右ドラッグ)が可能になります。スーパーキーの代わりにAltキーを使用するには、次の操作を行います。
gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier '<Alt>'
(ウィンドウ操作にAltキーを使用すると、Inkscapeなど、アプリ関連のアクションにalt-clickおよびalt-dragを使用する一部のアプリに干渉することに注意してください)
mouse-button-modifier
、<Alt> に変更する必要もあります。
gsettings
オプションは、Ubuntu 18.04でも引き続き機能します。
(Gnome3ではなく)Cinnamonでは、対応する設定は次のとおりです。
gsettings set org.cinnamon.desktop.wm.preferences resize-with-right-button true
または、で対応するパスを見つけますdconf-editor
。
また、移動/サイズ変更の動作にキーの代わりにキーをmouse-button-modifier
使用する場合は、同じパスの下を参照してください(ブレンダーなどの他のアプリとの競合に役立ちます)。Super
Alt
Deepin linuxに追加するだけで、設定がにラップされるcom.deepin.wrap.gnome
ため、
gsettings set com.deepin.wrap.gnome.desktop.wm.preferences mouse-button-modifier '<Super>'
gsettings set com.deepin.wrap.gnome.desktop.wm.preferences resize-with-right-button true
代わりに。完璧に機能し、なんと時間を節約する機能(タイトルバーや小さなウィンドウの境界線をつかもうとする必要はありません)!
時々Inkscapeを使用するので、<Super>
キーを好むことに注意してください。Deepinで明示的に設定する必要がありました。
dconf-editor
ます。