「Debian活用/デスクトップ環境設定」の版間の差分

提供: Medeshima wiki
ナビゲーションに移動 検索に移動
編集の要約なし
1行目: 1行目:
= 設定 =
= 設定 =


== GNOME設定 ==
== GNOME ==


=== SSHパスフレーズの保存 ===
=== SSHパスフレーズの保存 ===
19行目: 19行目:


Caps lock Ctrl入れ替え
Caps lock Ctrl入れ替え

== LXDE ==

=== タッチパッド ===

* 参考

https://wiki.debian.org/SynapticsTouchpad

* /etc/X11/xorg.conf.d/40-libinput.conf

<nowiki>
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "on"
Option "NaturalScrolling" "on"
EndSection
</nowiki>

=== 輝度 ===

<nowiki>
$ brightnessctl set 10%
</nowiki>

=== ブルーライトカット ===

<nowiki>
$ redshift
$ redshift-gtk
</nowiki>

2023年4月25日 (火) 04:13時点における版

設定

GNOME

SSHパスフレーズの保存

GNOME Keyringにパスフレーズを保存するには、*.pubが必要である。

ログイン画面でのサスペンド無効

  • /etc/gdm3/greeter.dconf-defaults
sleep-inactive-ac-timeout=30
sleep-inactive-ac-type='blank'

GNOME Tweaks

Caps lock Ctrl入れ替え

LXDE

タッチパッド

  • 参考

https://wiki.debian.org/SynapticsTouchpad

  • /etc/X11/xorg.conf.d/40-libinput.conf
Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
        Option "Tapping" "on"
	Option "NaturalScrolling" "on"
EndSection

輝度

$ brightnessctl set 10%

ブルーライトカット

$ redshift
$ redshift-gtk