autocommit 2022-04-14 19:52:11 CEST
This commit is contained in:
parent
35ddfbcbe3
commit
5f13954dbc
27 changed files with 556 additions and 312 deletions
5
src/utils/xrd.rs
Normal file
5
src/utils/xrd.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pub const XRD: &str = "XDG_RUNTIME_DIR";
|
||||
|
||||
pub fn xrd() -> Option<String> {
|
||||
std::env::var(XRD).ok()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue