Skip to content

freehaha/awesome-clipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

#HOW TO USE simply download clipboard.lua and place it into the same directory with your rc.lua, import the library:

require("clipboard")

then add your custom key-bindings to trigger the clipboard manager:

-- clipboard
-- {{{
awful.key({ modkey },            "c",     copy_to_clipboard),
awful.key({ modkey, "Shift"   }, "c",     clear_clipboard),
awful.key({ modkey },            "v",     clipboard_menu),
-- }}}

the default storage of the clipboard is ~/.sel and can be changed in clipboard.lua to fit your need.

#LICENSE this software is distributed in MIT License

About

simple clipboard manager for awesome

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages