Mercurial > hg > config
changeset 163:eb0049718001
hopefully work with files with spaces and what not
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 18 Aug 2011 11:41:32 -0700 |
parents | 01fb9051faf8 |
children | 8006938c33ac |
files | .fluxbox/keys |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.fluxbox/keys Tue Aug 02 13:59:19 2011 -0700 +++ b/.fluxbox/keys Thu Aug 18 11:41:32 2011 -0700 @@ -56,7 +56,7 @@ Control Mod1 b :ExecCommand sleep 1; xset dpms force off # blank screen Control Mod1 c :ExecCommand xterm -geometry 21x9 -T "`date +'%b %-d'`" -e 'cal; sleep 10' # calender Control Mod1 d :ExecCommand date | xclip -i # put now's date on the X clipboard -Control Mod1 e :ExecCommand emacs $(test -f "$(xclip -o)" && xclip -o) # emacs +Control Mod1 e :ExecCommand emacs "$(test -f "$(xclip -o)" && xclip -o)" # emacs Control Mod1 f :ExecCommand firefox Control Mod1 g :ExecCommand gkrellm Control Mod1 h :ExecCommand /home/jhammel/bin/keyshelp.sh # hotkeys help