-
Where are the config files? Are they supposed to be under ~/.config? Is it even configurable? No docs? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hi!
Linux $XDG_DATA_HOME or $HOME/.local/share /home/alice/.local/share plus the filename from:
Yes, through the UI, in settings. The format is JSON, so you can also edit the file directly.
You can have a look here: Lines 19 to 57 in 9e6eb81 If you prefer to read the docs, you can clone the repo and run |
Beta Was this translation helpful? Give feedback.
-
Has this been changed recently?
I just tried to do that, but somehow it behaves a bit unexpectedly.. Lines 46 to 47 in e468e6b Don't really know rust, but u32 is surely 32-bit unsigned integer. I assume those values are in pixels? |
Beta Was this translation helpful? Give feedback.
Hi!
Linux $XDG_DATA_HOME or $HOME/.local/share /home/alice/.local/share
macOS $HOME/Library/Application Support /Users/Alice/Library/Application Support
Windows {FOLDERID_LocalAppData} C:\Users\Alice\AppData\Local
plus the filename
.oculante
.from:
https://docs.rs/dirs/5.0.1/dirs/fn.data_local_dir.html
Yes, through the UI, in settings. The format is JSON, so you can also edit the file directly.
You can have a look here:
oculante/src/settings.rs
Lines 19 to 57 in 9e6eb81