Fang He

Results 2 issues of Fang He

- 作者:@xxx - 创建时间:2020-12-20 - 最近更新:2020-12-20 15:00 - 最新状态: - *2020-12-20* - 提出 ## 简介与背景 放在$HOME,会使得家目录变得混乱,难以管理。建议放到[XDG_Base_Directory](https://wiki.archlinux.org/index.php/XDG_Base_Directory)。 相关:#236 ## 方案概述 ### 使用fallback的方式,依次检测以下目录是否存在: ``` ~/.FeelUOwn $XDG_DATA_HOME/FeelUOwn $HOME/.local/share/FeelUOwn ... ``` ### 使用环境变量的方式 例如:$FEELUOWN_DATA_DIR,(默认~/.FeelUOwn)...

FEP

The notifications are all at `normal` level. Can you add an argument to specify the urgency level? Like the `notify-send` command does ``` -u, --urgency=LEVEL Specifies the urgency level (low,...