This computer does not have copy

This commit is contained in:
EEva (JPotier) 2019-05-16 21:17:22 +03:00
parent afacb0eac5
commit 3d82dd30c7
1 changed files with 1 additions and 1 deletions

View File

@ -52,5 +52,5 @@ mkPassPrompt label f conf = do
return . lines $ files
selectPassword :: String -> X ()
selectPassword pass = spawn $ "gpg --decrypt " ++ pass ++ " | /home/eeva/.nix-profile/bin/copy"
selectPassword pass = spawn $ "gpg --decrypt " ++ pass ++ " | xclip -selection clipboard"