lockbox

password manager
Log | Files | Refs | README | LICENSE

commit a67d62dde8daa86f3ea90059910a6198d8b49036
parent 317b3562229039d34267e12fd602f3c91bf5ef89
Author: Sean Enck <sean@ttypty.com>
Date:   Thu, 10 Feb 2022 18:28:32 -0500

changing text a bit

Diffstat:
Minternal/clip.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/internal/clip.go b/internal/clip.go @@ -32,7 +32,7 @@ func GetClipboardCommand() ([]string, []string, error) { case "Linux": if strings.TrimSpace(os.Getenv("WAYLAND_DISPLAY")) == "" { if strings.TrimSpace(os.Getenv("DISPLAY")) == "" { - return nil, nil, stock.NewBasicError("unable to detect clipboard mode") + return nil, nil, stock.NewBasicError("unable to detect linux clipboard mode") } env = xClipMode } else {