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

ナビゲーションに移動 検索に移動
編集の要約なし
 
(同じ利用者による、間の9版が非表示)
= 設定 =
 
== GNOME設定 ==
 
=== SSHパスフレーズの保存 ===
 
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>
 
== Emacs ==
 
<nowiki>
(setq make-backup-files nil)
(global-display-line-numbers-mode t) (custom-set-variables '(display-line-numbers-width-start t))
 
pop-tag-mark
</nowiki>
 
== mew ==
 
<nowiki>
M-x mew-summary-set-case
</nowiki>
 
== editor ==
 
<nowiki>
$ sudo update-alternatives --config editor
$ sudo update-alternatives --set editor /usr/bin/vim.basic
</nowiki>
 
<nowiki>
EDITOR=/usr/bin/vi
</nowiki>
 
== ストレージのパスフレーズ ==
 
https://wiki.archlinux.jp/index.php/Dm-crypt/%E3%83%87%E3%83%90%E3%82%A4%E3%82%B9%E3%81%AE%E6%9A%97%E5%8F%B7%E5%8C%96
 
<nowiki>
$ dd if=/dev/random bs=32 count=1 of=/root/random_data_keyfile1
$ cryptsetup luksAddKey /dev/sda3 /root/random_data_keyfile1
</nowiki>
 
/etc/crypttab
 
<nowiki>
home UUID=<UUID identifier> /etc/mykeyfile
</nowiki>
 
== その他 ==
 
<nowiki>
$ LANG=C xdg-user-dirs-gtk-update
</nowiki>
 
<nowiki>
systemd タイマー
systemctl edit
systemctl --user
bluetoothctl
linter clang-tidy
clang-format emacs
</nowiki>

ナビゲーション メニュー