2020年8月20日木曜日

CentOS8 4K ディスプレイ マウスカーソルを大きくする。

【マウスポインタ拡大】
# dnf install dconf-editor
$ dconf-editor
/org/gnome/desktop/interface/cursor-size
Use default value  -> off
Custom value -> 48

0 件のコメント:

コメントを投稿

シャットダウン時の後処理 (shutdown)

# vi /etc/systemd/system/drop.service [Unit] Description= stop httpgwd DefaultDependencies=no Before=shutdown.target RefuseManualStart=true ...