Mercurial > hg > config
changeset 270:3f89de477ff7
use fold to get good line widths
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 04 Apr 2013 18:25:50 -0700 |
parents | cbd7651dbd52 |
children | 2454d5a1728b |
files | .fluxbox/keys |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.fluxbox/keys Sat Mar 23 21:37:56 2013 -0700 +++ b/.fluxbox/keys Thu Apr 04 18:25:50 2013 -0700 @@ -67,7 +67,7 @@ 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/python/pbmoz.py | xclip -i Control Mod1 r :ExecCommand import -window root -silent /home/jhammel/screenshot.png -Control Mod1 q :ExecCommand xclip -o | sed 's/^/> /' | xclip -i # quote using >'s +Control Mod1 q :ExecCommand xclip -o | fold | sed 's/^/> /' | xclip -i # quote using >'s Control Mod1 s :ExecCommand /home/jhammel/bin/smartopen "$(xclip -o)" # smartopen Control Mod1 t :ExecCommand gnome-terminal # terminal Control Mod1 x :ExecCommand xkill