mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
This is a small module which allows to get TOTP code from yubikey and add a new one via capture QR code.
6 lines
110 B
Common Lisp
6 lines
110 B
Common Lisp
;;;; package.lisp
|
|
|
|
(defpackage #:swm-ykman
|
|
(:use #:cl #:stumpwm)
|
|
(:export #:*swm-ykman-xclip-selection*))
|