Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 777 Bytes

File metadata and controls

34 lines (27 loc) · 777 Bytes

[install_OS_tips]

中文輸入法相關

apt install gcin之後

用im-config設定輸入法

gcin可能在終端機無法使用

安裝 gcin qt module, X為終端機使用的qt版本

apt install gcin_qtX_module

再到 ~/.bash.rc 中加上

export QT5_IM_MODULE=gcin

終端機color theme

Terminal Sexy 可以把轉換主題到特定終端機的格式 ex:把mac終端機主題輸出成konsole的

音源調整

提高 pulseaudio 的解析

在 /etc/pulse/daemon.conf 中加入

resample-method = src-sinc-medium-quality
default-sample-format = s24le
default-sample-rate = 96000