---
title: "gpg setup for kdewallet"
description: "I'm trying to setup gpg for kdewallet on archlinux with hyprland so that brave shuts up. I've tried this, but brave still complains about the wallet setup,..."
date: 2025-07-04
published: false
tags:
  - linux
template: blog-post
---


I'm trying to setup gpg for kdewallet on archlinux with hyprland so that brave
shuts up.  I've tried this, but brave still complains about the wallet setup,
so this post is to be continued.

``` bash
sudo pacman -S gnupg
gpg --full-generate-key
# use RSA
# key length 4096
# passphrase
gpg --list-keys
```
