당신은 실행할 수 있습니다
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")))"