From 5a3d57000ea28ed4c37c77e5c1027c2424859423 Mon Sep 17 00:00:00 2001 From: Roeland Date: Thu, 10 Jul 2025 08:06:59 +0200 Subject: [PATCH] Do not persist sensitive data in clipboard --- default/hypr/autostart.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/hypr/autostart.conf b/default/hypr/autostart.conf index 4bc01c3..4643b8d 100644 --- a/default/hypr/autostart.conf +++ b/default/hypr/autostart.conf @@ -1,4 +1,4 @@ exec-once = hypridle & mako & waybar & fcitx5 exec-once = swaybg -i ~/.config/omarchy/current/background -m fill exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 -exec-once = wl-clip-persist --clipboard regular +exec-once = wl-clip-persist --clipboard regular --all-mime-type-regex '^(?!x-kde-passwordManagerHint).+'