0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ランチャーの位置を変更する[On Ubuntu 16.04 LTS]

Posted at

ランチャーの位置がデフォルトでは、画面左端となっていて、2画面で利用している私にとって、画面の境にあることになるので、ちょっと気になります。
そこで、画面の下の方に表示されるように設定します。

前提条件

  • Ubuntu 16.04.03 LTS Desktop版

gsettingsによる変更方法

以下のコマンドを実行すると、画面下に移動します。

$ gsettings set com.canonical.Unity.Launcher launcher-position Bottom

ちなみに、戻す方法は以下となります。

$ gsettings set com.canonical.Unity.Launcher launcher-position Left

以上です。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?