diff options
author | B. Watson <yalhcru@gmail.com> | 2020-06-18 06:20:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-20 07:59:29 +0700 |
commit | 5449af59bf00fedd912dc0697fc984361ec0d592 (patch) | |
tree | bcce5031fcc34cca567a1911b7d8d8154d8a75dd /desktop/clipmenu/README | |
parent | 5b5ba3e908f51d8fbd119a1d3079528fa75f5f76 (diff) |
desktop/clipmenu: Added (clipboard management using dmenu)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/clipmenu/README')
-rw-r--r-- | desktop/clipmenu/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/desktop/clipmenu/README b/desktop/clipmenu/README new file mode 100644 index 0000000000000..1feba533b4c0f --- /dev/null +++ b/desktop/clipmenu/README @@ -0,0 +1,19 @@ +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 |