diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 17:12:41 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:12 +0700 |
commit | a75995ae4fd62bdced25c9573d768ca077841967 (patch) | |
tree | f42e311fcb82369cdc06ab47de0527d6f8029d0a /desktop/clipmenu/README | |
parent | ea0ad5b5c05a49abdda77b843126838dca62ed68 (diff) | |
download | slackbuilds-a75995ae4fd62bdced25c9573d768ca077841967.tar.gz |
desktop/clipmenu: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/clipmenu/README')
-rw-r--r-- | desktop/clipmenu/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/clipmenu/README b/desktop/clipmenu/README index 1feba533b4..575d13a31e 100644 --- a/desktop/clipmenu/README +++ b/desktop/clipmenu/README @@ -10,10 +10,10 @@ 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: +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 |