slackbuilds/desktop/clipmenu
B. Watson a75995ae4f
desktop/clipmenu: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-10-17 09:38:12 +07:00
..
README desktop/clipmenu: Fix README. 2020-10-17 09:38:12 +07:00
clipmenu.SlackBuild desktop/clipmenu: Added (clipboard management using dmenu) 2020-06-20 07:59:29 +07:00
clipmenu.info desktop/clipmenu: Added (clipboard management using dmenu) 2020-06-20 07:59:29 +07:00
slack-desc desktop/clipmenu: Added (clipboard management using dmenu) 2020-06-20 07:59:29 +07:00

README

clipmenu (clipboard management using dmenu)

clipmenu is a simple clipboard manager using dmenu (or rofi with
CM_LAUNCHER=rofi) and xsel.

This build includes clipnotify, since it's used only by clipmenu.

After installing the package, start clipmenud from your ~/.xinitrc,
before the line that executes your window manager:

  clipmenud &>/dev/null &

While clipmenud is running, the clipmenu command will bring up a
dmenu where you can select previously-copied text. If you want to
bind this command to a keystroke, xbindkeys is highly recommended. In
~/.xbindkeysrc, use something like:

"clipmenu &"
  Control+Alt + C