1
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 3 years have passed since last update.

gnome の閉じるボタンとかの位置を変更

Posted at

環境

  • Ubuntu 20.04.1 LTS
  • GNOME Shell 3.36.4

gnome のボタン

こいつらのことです
Screenshot from 2020-11-29 19-11-15_.png

現在の設定を確認

$ gsettings get org.gnome.desktop.wm.preferences button-layout
':minimize,maximize,close'

設定を変更

Mac みたいに左側に出す

$ gsettings set org.gnome.desktop.wm.preferences button-layout 'close,minimize,maximize:'

Screenshot from 2020-11-29 19-29-19.png

もとに戻す

$ gsettings reset org.gnome.desktop.wm.preferences button-layout

おわり

おわりです

1
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
1
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?