From 61d3f1dffead559887086f51eebd60f63efc747f Mon Sep 17 00:00:00 2001 From: RhiobeT Date: Wed, 17 Aug 2022 15:22:27 +0200 Subject: [PATCH] Autostart KeePassXC --- .config/sway/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index c1961ea..8fe0923 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -340,4 +340,6 @@ exec xrdb -load ~/.Xresources exec autotiling +exec keepassxc + exec "systemctl --user import-environment; systemctl --user start sway-session.target"