From 9376b78f49fff4227bf10ef62d8ca4bfea68b37f Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 21 Dec 2023 22:08:26 +0900 Subject: feat(home/browsing): add bitwarden to qutebrowser --- home/profiles/gui/config/sway.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home/profiles/gui/config') diff --git a/home/profiles/gui/config/sway.nix b/home/profiles/gui/config/sway.nix index 5dbe7a7..d5e0704 100644 --- a/home/profiles/gui/config/sway.nix +++ b/home/profiles/gui/config/sway.nix @@ -14,6 +14,9 @@ in # HACK: https://todo.sr.ht/~emersion/kanshi/35 exec_always "systemctl --user restart kanshi.service" + # Link keychain: https://github.com/systemd/systemd/issues/5522#issuecomment-309226589 + exec [ -x "$(command -v keyctl)" ] && keyctl link @u @s + # set modifiers set $mod Mod4 set $alt Mod1 -- cgit 1.4.1