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
| ## fcitx5 | |
| GTK_IM_MODULE=fcitx5 | |
| QT_IM_MODULE=fcitx5 | |
| XMODIFIERS=@im=fcitx5 | |
| ## program binary | |
| # PATH="$HOME/.pyenv/bin:$HOME/.local/bin:$HOME/.cargo/bin:$HOME/go/bin:/usr/lib/ccache/bin/:$PATH" | |
| ## make pkg cache | |
| CCACHE_DIR=/tmp/ccache |
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
| <?xml version='1.0'?> | |
| <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> | |
| <fontconfig> | |
| <!-- Default font (no fc-match pattern) --> | |
| <match> | |
| <edit mode="prepend" name="family"> | |
| <string>Noto Sans</string> | |
| </edit> | |
| </match> | |
| <!-- Default font for the ja_JP locale (no fc-match pattern) --> |
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
| # Maintainer: Sherlock Holo <sherlockya(at)gmail.com> | |
| # Contributors: Ariel AxionL <i [at] axionl [dot] me> | |
| pkgbase='dns-over-https' | |
| pkgname=('dns-over-https-client' 'dns-over-https-server') | |
| pkgver=1.4.2 | |
| pkgrel=2 | |
| pkgdesc="Client and server software to query DNS over HTTPS, using Google DNS-over-HTTPS protocol" | |
| url="https://github.com/m13253/dns-over-https" | |
| arch=('x86_64') |
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
| #Use this to include other text into the file. | |
| include: "/usr/local/etc/unbound/conf.d/*.conf" | |
| forward-zone: | |
| name: "." | |
| forward-addr: 8.8.8.8 | |
| # The server clause sets the main parameters. | |
| server: | |
| # number of threads to create. 1 disables threading. | |
| num-threads: 1 |
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
| title = "QRay Configuration Example" | |
| config_version = "0.1.0" | |
| # https://toml.io/en/v1.0.0 | |
| toml_version = "1.0.0" | |
| [options] | |
| [options.interface] | |
| # ["en_US", "zh_CN"] | |
| language = "en_US" |
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
| # Global Mod Key | |
| set $mod Mod4 | |
| # Auto Start | |
| exec mako | |
| exec sworkstyle | |
| exec wlr-gamma-service | |
| exec across | |
| exec telegram-desktop | |
| exec fcitx5 --replace |
OlderNewer