Mercurial > hg > config
changeset 38:10fc72a4e6ca
upgrade hotkeys to use the new mozilla pastebin.py (can probably throw away HOME/bin/pastebin.sh)
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 18 Mar 2010 17:26:44 -0700 |
parents | 6b8573a62cd3 |
children | 41520a35c373 |
files | .fluxbox/keys |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.fluxbox/keys Thu Mar 18 17:25:10 2010 -0700 +++ b/.fluxbox/keys Thu Mar 18 17:26:44 2010 -0700 @@ -50,7 +50,7 @@ Control Mod1 k :ExecCommand echo $(curl $(xclip -o)?format=text) - $(xclip -o) | xclip -i # bitsyblog entry Control Mod1 l :ExecCommand echo http://letmegooglethatforyou.com/?q=$(xclip -o) | xclip -i Control Mod1 o :ExecCommand xclip -o | /home/jhammel/python/onelineit.py | xclip -i # put the clipboard contents on one line -Control Mod1 p :ExecCommand xclip -o | /home/jhammel/bin/pastebin.sh | xclip -i # send the clipboard contents to pastebin and replace with the URL +Control Mod1 p :ExecCommand xclip -o | /home/jhammel/python/pastebin.py | xclip -i # send the clipboard contents to pastebin and replace with the URL Control Mod1 s :ExecCommand /home/jhammel/bin/smartopen "$(xclip -o)" # smartopen Control Mod1 t :ExecCommand gnome-terminal # terminal