走れます
gconftool-2 --type int --set "/apps/compiz-1/plugins/unityshell/screen0/options/launcher_hide_mode" 2
ランチャーの非表示モードを「Dodge Windows」に設定します。
gconftool-2 --type int --set "/apps/compiz-1/plugins/unityshell/screen0/options/launcher_hide_mode" 0
非表示にしないように設定します。
モード番号は次のとおりです。
- 0-しない
- 1-自動非表示
- 2-ダッジウィンドウ
- 3-ダッジアクティブウィンドウ
これを呼び出すだけでスイッチにできます(値は2または0でなければなりません):
gconftool-2 --type int --set "/apps/compiz-1/plugins/unityshell/screen0/options/launcher_hide_mode" $((2 - $(gconftool-2 --get "/apps/compiz-1/plugins/unityshell/screen0/options/launcher_hide_mode")))
次に、次のコマンドを使用して新しいキーバインディング(Alt+ F2→ gnome-keybinding-properties
)を作成します。
/bin/bash -c "gconftool-2 --type int --set "/apps/compiz-1/plugins/unityshell/screen0/options/launcher_hide_mode" $((2 - $(gconftool-2 --get "/apps/compiz-1/plugins/unityshell/screen0/options/launcher_hide_mode")))"