omnigenous
omnigenous
@dvzrv How would one go about reverting this and adding OCB back to my key? In case this getting fixed. EDIT: Ooops, didn't see https://github.com/open-keychain/open-keychain/issues/2096#issuecomment-1882804027. I hope it is correct...
@dvzrv Thank you for your wiki contribution! I followed the instruction and now I managed to get it to work for the most part... I get same error _unless_ I...
@MuratovAS Did you [also](https://github.com/open-keychain/open-keychain/issues/2096#issuecomment-1986830174) had to edit each password file after [you removed](https://github.com/open-keychain/open-keychain/issues/2096#issuecomment-1882804027) AEDA (OCB)? EDIT: Ended up doing it manually, please do answer this to help other people if...
@loulou310 Thank you, it worked for me! However I had a little issue, could you explain for dummies how to make those flags persist? It's not ideal to type them...
@Hubro Can you please explain what does line with `trap` does? I'm trying to modify your script to use `killall -SIGUSR2 waybar`
[Question] Using with hyprlock or swaylock, different timeout when hyprlock or swaylock is activated
Solved, thank you :heart: ``` listener { timeout = 600 on-timeout = pgrep hyprlockORswaylock || hyprlockORswaylock } listener { timeout = 660 on-timeout = pgrep hyprlockORswaylock && command1 on-resume =...
@ljharb Commented `prefix` line from my npm config, now it looks likes this: ``` #prefix=${XDG_DATA_HOME}/npm # don't use with nvm cache=${XDG_CACHE_HOME}/npm init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js logs-dir=${XDG_STATE_HOME}/npm/logs ``` ```sh $ echo $(npm root -g)...
`npm config get prefix` returns `/usr`
> is there anything relevant in `env | grep -i prefix`? Nope, only: ``` PYTHONPYCACHEPREFIX=/home/user/.cache/python ``` Not using tmux either
Nope, `which npm` returns `/usr/bin/npm`