# HG changeset patch # User Jeff Hammel # Date 1313692892 25200 # Node ID eb004971800158ea9d5e3916db20c319e253edd7 # Parent 01fb9051faf8a13328ea6888c33e545ab1ec90da hopefully work with files with spaces and what not diff -r 01fb9051faf8 -r eb0049718001 .fluxbox/keys --- 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