回答:
Alt + [Middle Mouse Button]はCompizでデフォルトで使用されるキーバインディングであり、それを行うためにxfceを構成する方法があるかどうかはわかりませんが、矢印キーを使用して常にAlt + F8を押してウィンドウのサイズを変更できます。
とにかく、Compizをインストールしたい場合sudo apt-get compiz
は、ターミナルに置き、スタートアップから実行するには、ファイル/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
を~/.config/xfce4/xfconf/xfce-perchannel-xml
ディレクトリにコピーし(まだない場合)、行を変更します。
<property name="Client0_Command" type="array">
<value type="string" value="xfwm4"/>
</property>
沿って
<property name="Client0_Command" type="array">
<value type="string" value="compiz"/>
<value type="string" value="ccp"/>
</property>
compiz --replace
、実行するとウィンドウ装飾が消えました。CCFWでもxfwm4をウィンドウマネージャーとして設定するようにしました。何が間違っていたのでしょうか?
gconftool-2 -s -t string /apps/metacity/general/theme 'egtk'
、gconftool-2 -s -t string /apps/metacity/general/titlebar_font 'Droid Sans Bold 10'
とgconftool-2 -s -t bool /apps/metacity/general/titlebar_uses_system_font false
。最初のコマンドでは、どちらかegtkまたは基本(私はよく分からない)である。
次は私のために働いた:
Type xfce4-settings-manager
ターミナル内 <alt>
)に変更します次に、Altマウスを右クリックしてウィンドウを移動します。