我知道我可以使用 xxxterm 中的“s”按钮设置“低对比度配色方案”。
问:但如何将这种低对比度配色方案设置为默认值? (在.xxxterm.conf中)这样就不需要按下“s”键。
更新:使用:
userstyle_global = 1
产生这个:
在 ~/.xxxterm.conf 中。 xxxterm 版本:1:1.10.0-1(根据 dpkg)
答案1
您需要将此行添加到您的~/.xxxterm.conf
文件中:
userstyle_global = 1
从man xxxterm
xxxterm tries to open the user specific file, ~/.xxxterm.conf. If that file
is unavailable, it then uses built-in defaults.
The format of the file is <keyword> = <setting>. For example:
http_proxy = http://127.0.0.1:8080
Enabling or disabling an option is done by using 1 or 0 respectively.
[...]
userstyle_global When enabled new tabs will automatically
be displayed in low contrast mode.