Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 395 Bytes

README.org

File metadata and controls

13 lines (10 loc) · 395 Bytes

Clipboard history for StumpWM.

Implements a simple clipboard history (text only) manager by polling the clipboard selection periodically and keeping a stack of latest clippings.

Usage

Add

(load-module "clipboard-history")

(define-key *root-map* (kbd "C-y") "show-clipboard-history")
;; start the polling timer process
(clipboard-history:start-clipboard-manager)