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
const proxyGroups = [ | |
{ | |
name: "🚧 模式切换", | |
type: "select", | |
proxies: ["🚀 节点选择", "DIRECT"], | |
}, | |
{ | |
name: "🚀 节点选择", | |
type: "select", | |
proxies: [], |
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
mode: rule | |
log-level: info | |
mixed-port: 7890 | |
allow-lan: false | |
external-controller: :9090 | |
proxy-providers: | |
CNIX: | |
type: http | |
path: ./proxy_providers/CNIX.yml | |
url: xxx |
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
parsers: | |
- reg: ^https://.+$ | |
code: | | |
const presetProfile = ` | |
mode: rule | |
log-level: info | |
mixed-port: 7890 | |
allow-lan: false | |
external-controller: :9090 | |
proxy-groups: |
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
// ==UserScript== | |
// @name Highlight inactive group member | |
// @namespace https://gist.github.com/mnixry/ | |
// @version 0.1 | |
// @description Highlight inactive group members with rainbow color | |
// @author Mix | |
// @author yanyongyu | |
// @match https://qun.qq.com/ | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=qq.com | |
// @updateURL https://gist.github.com/mnixry/8f77e4fa658170561d6f7197ce7d6340/raw/highlight-inactive-member.user.js |
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' encoding='UTF-8'?> | |
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> | |
<fontconfig> | |
<alias binding="strong"> | |
<family>monospace</family> | |
<prefer><family>FiraCode Nerd Font Mono</family></prefer> | |
<default><family>Consolas</family></default> | |
</alias> | |
</fontconfig> |
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
# logitech mx master 2s logiops config file | |
# see: https://github.com/PixlOne/logiops/ | |
# DEBUG: sudo logid -v | |
# start on boot: sudo systemctl enable logid | |
devices: ( | |
{ | |
name: "Wireless Mouse MX Master 2S"; | |
smartshift: |
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
# ~/.config/starship.toml | |
# https://starship.rs/config | |
add_newline = false | |
command_timeout = 1000 | |
[aws] | |
symbol = " " | |
[conda] |
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
#!/bin/sh | |
# xdotool key --window $(xdotool search --limit 1 --pid $(pgrep TIM.exe) "TIM") "ctrl+alt+Z" | |
/opt/deepinwine/tools/sendkeys.sh Z TIM 4 |