This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GTK_IM_MODULE=fcitx | |
| QT_IM_MODULE=fcitx | |
| XMODIFIERS=@im=fcitx | |
| INPUT_METHOD=fcitx | |
| SDL_IM_MODULE=fcitx | |
| GLFW_IM_MODULE=fcitx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # File name:aria2.conf | |
| # | |
| ## 文件保存设置 ## | |
| # 设置代理服务器 | |
| # 默认:无 | |
| all-proxy=http://127.0.0.1:7890/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| #/etc/environment | |
| # | |
| # This file is parsed by pam_env module | |
| # | |
| # Syntax: simple "KEY=VAL" pairs on separate lines | |
| # | |
| http_proxy=http://127.0.0.1:7890/ | |
| https_proxy=http://127.0.0.1:7890/ |